Added temporary possibility to dump a net_buffer via the buffer module.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-01-01 19:09:57 +00:00
parent 5b506de747
commit 10f5cebea3

View File

@ -1149,6 +1149,6 @@ net_buffer_module_info gNetBufferModule = {
get_iovecs,
count_iovecs,
NULL, // dump
dump_buffer, // dump
};