PERFORCE change 130464 for review

Kip Macy kmacy at FreeBSD.org
Fri Dec 7 21:29:10 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130464

Change 130464 by kmacy at kmacy:storage:toestack on 2007/12/08 05:28:28

	print ddb info for sndptr

Affected files ...

.. //depot/projects/toestack/sys/kern/uipc_debug.c#2 edit

Differences ...

==== //depot/projects/toestack/sys/kern/uipc_debug.c#2 (text+ko) ====

@@ -392,8 +392,11 @@
 	db_printf("sb_mb: %p   ", sb->sb_mb);
 	db_printf("sb_mbtail: %p   ", sb->sb_mbtail);
 	db_printf("sb_lastrecord: %p\n", sb->sb_lastrecord);
+	db_print_indent(indent);
+	db_printf("sb_sndptr: %p\n", sb->sb_sndptr);
 
 	db_print_indent(indent);
+	db_printf("sb_sndptroff: %d   ", sb->sb_sndptroff);
 	db_printf("sb_cc: %d   ", sb->sb_cc);
 	db_printf("sb_hiwat: %d   ", sb->sb_hiwat);
 	db_printf("sb_mbcnt: %d   ", sb->sb_mbcnt);


More information about the p4-projects mailing list