summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-04 10:38:36 +0000
committerphk <phk@FreeBSD.org>2002-10-04 10:38:36 +0000
commit614e9a77740d0b87bb6b0da81dcf347a3ccc895b (patch)
treed17e06f819e6503e669515647ae9a8c5245bf86e /sys/geom/geom_int.h
parent8891e95872a3b7394d1eb5ea93814e7e50689821 (diff)
downloadFreeBSD-src-614e9a77740d0b87bb6b0da81dcf347a3ccc895b.zip
FreeBSD-src-614e9a77740d0b87bb6b0da81dcf347a3ccc895b.tar.gz
Properly isolate the locking domains of sysctl from the topology lock
for the sysctls which report the configuration. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index ecb5170..8f30098 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -70,9 +70,9 @@ struct g_event {
};
/* geom_dump.c */
-struct sbuf * g_conf(void);
-struct sbuf * g_conf_specific(struct g_class *mp, struct g_geom *gp, struct g_provider *pp, struct g_consumer *cp);
-struct sbuf * g_confdot(void);
+void g_confxml(void *);
+void g_conf_specific(struct sbuf *sb, struct g_class *mp, struct g_geom *gp, struct g_provider *pp, struct g_consumer *cp);
+void g_confdot(void *);
/* geom_event.c */
OpenPOWER on IntegriCloud