]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change events to have an array of "void *" references, and give the
authorPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 2 Apr 2003 20:41:18 +0000 (20:41 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 2 Apr 2003 20:41:18 +0000 (20:41 +0000)
commitafcbcfaed01d0d67606a6dcc528e5178354e9a36
treebb0413612f4b063a82d75d5551149f4526dbc56d
parent7d7d429762fce001061c650b0c5f1935e21918c3
Change events to have an array of "void *" references, and give the
event posting functions varargs to fill these.

Attribute g_call_me() to appropriate g_geom's where necessary.

Add a flag argument to g_call_me() methods which will be used to signal
cancellation of events in the future.

This commit should be a no-op.
sys/geom/geom.h
sys/geom/geom_bsd.c
sys/geom/geom_disk.c
sys/geom/geom_disk.h
sys/geom/geom_dump.c
sys/geom/geom_event.c
sys/geom/geom_int.h
sys/geom/geom_kern.c
sys/geom/geom_mbr.c
sys/geom/geom_pc98.c
sys/geom/geom_subr.c