Date: Wed, 2 Apr 2003 12:41:18 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_bsd.c geom_disk.c geom_disk.h geom_dump.c geom_event.c geom_int.h geom_kern.c geom_mbr.c geom_pc98.c geom_subr.c Message-ID: <200304022041.h32KfIBM022181@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/04/02 12:41:18 PST
FreeBSD src repository
Modified files:
sys/geom geom.h geom_bsd.c geom_disk.c geom_disk.h
geom_dump.c geom_event.c geom_int.h
geom_kern.c geom_mbr.c geom_pc98.c
geom_subr.c
Log:
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.
Revision Changes Path
1.52 +2 -2 src/sys/geom/geom.h
1.43 +4 -4 src/sys/geom/geom_bsd.c
1.64 +4 -4 src/sys/geom/geom_disk.c
1.2 +4 -0 src/sys/geom/geom_disk.h
1.23 +3 -3 src/sys/geom/geom_dump.c
1.25 +51 -62 src/sys/geom/geom_event.c
1.18 +8 -9 src/sys/geom/geom_int.h
1.26 +3 -3 src/sys/geom/geom_kern.c
1.35 +2 -2 src/sys/geom/geom_mbr.c
1.28 +2 -2 src/sys/geom/geom_pc98.c
1.40 +7 -7 src/sys/geom/geom_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304022041.h32KfIBM022181>
