aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-02-11 18:21:32 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-02-11 18:21:32 +0000
commit72e330954e62c9e0745eae971cd20803c69301db (patch)
treeae4981c67b129f44f81748d7104bcfdf9166b968 /sys/geom/geom.h
parente7a44cace2db9aaf1474fb1551fdfc186a193f64 (diff)
downloadsrc-72e330954e62c9e0745eae971cd20803c69301db.tar.gz
src-72e330954e62c9e0745eae971cd20803c69301db.zip
Added g_print_bio() function to print informations about given bio.
Approved by: phk, scottl (mentor)
Notes
Notes: svn path=/head/; revision=125713
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 656f320ccabf..264c029c8768 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -230,6 +230,7 @@ void g_io_request(struct bio *bp, struct g_consumer *cp);
struct bio *g_new_bio(void);
void * g_read_data(struct g_consumer *cp, off_t offset, off_t length, int *error);
int g_write_data(struct g_consumer *cp, off_t offset, void *ptr, off_t length);
+void g_print_bio(struct bio *bp);
/* geom_kern.c / geom_kernsim.c */