Disable sendq debugging.

This commit is contained in:
Jan Vidar Krey
2009-06-20 22:46:11 +02:00
parent 1d2d4e74f6
commit 7f24238ab5
2 changed files with 8 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
/* FIXME: This should not be needed! */
extern struct hub_info* g_hub;
#define DEBUG_SENDQ 1
/* #define DEBUG_SENDQ 1 */
int net_user_send(void* ptr, const void* buf, size_t len)
{