- Timestamp:
- Oct 1, 2009 8:31:54 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/debug.c
r23369 r23466 160 160 { 161 161 #ifndef VBOX_WITH_SLIRP_BSD_MBUF 162 /* 163 * (vvl) this static code can't work with mbuf zone anymore 164 * @todo: make statistic correct 165 */ 166 #if 0 162 167 struct mbuf *m; 163 168 int i; … … 179 184 lprint(" %6d mbufs on used list\n", i); 180 185 lprint(" %6d mbufs queued as packets\n\n", if_queued); 186 #endif 181 187 #endif 182 188 }
Note:
See TracChangeset
for help on using the changeset viewer.