cosmetics

This commit is contained in:
Carl-Benedikt Krüger 2011-08-04 16:21:01 +02:00
parent 210ebfb68f
commit 82eb79df71

View file

@ -67,15 +67,6 @@ extern HANDLE hProc;
#ifdef DEBUG_MMNIF
#include "util.h" /* hex dump */
#endif
#ifdef WIN32
#else
#endif
/* define constants
@ -88,16 +79,12 @@ extern HANDLE hProc;
#define MMNIF_RX_BUFFERLEN 8192
#define MMNIF_MAX_DESCRIPTORS 32
#define MMNIF_CORES 2
#define MMNIF_WORKER_BUDGET 4
#define MMNIF_CORES 48
#define MMNIF_POLL_BUDGET 0x100000
#define MMNIF_WAIT_BUDGET 0x2
#define MMNIF_STATUS_FREE 0x00
#define MMNIF_STATUS_PENDING 0x01
#define MMNIF_STATUS_PENDING 0x01
#define MMNIF_STATUS_RDY 0x02
#define MMNIF_STATUS_INPROC 0x03
#define MMNIF_STATUS_PROC 0x04