Revision 98136d2b
som/net_helper-ml.c | ||
---|---|---|
61 | 61 |
} msgData_cb; |
62 | 62 |
|
63 | 63 |
static struct nodeID **lookup_array; |
64 |
static int lookup_max = 1000;
|
|
64 |
static int lookup_max = NH_LOOKUP_SIZE;
|
|
65 | 65 |
static int lookup_curr = 0; |
66 | 66 |
|
67 | 67 |
static nodeID *me; //TODO: is it possible to get rid of this (notwithstanding ml callback)?? |
Also available in: Unified diff