cosmetics
This commit is contained in:
parent
210ebfb68f
commit
82eb79df71
1 changed files with 2 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue