Revision 9bf9c247
ml.c | ||
---|---|---|
53 | 53 |
#include <math.h> |
54 | 54 |
#include <assert.h> |
55 | 55 |
|
56 |
#include "msg_types.h" |
|
57 | 56 |
#include "util/udpSocket.h" |
58 | 57 |
#include "util/stun.h" |
59 | 58 |
#include "transmissionHandler.h" |
... | ... | |
63 | 62 |
|
64 | 63 |
/**************************** START OF INTERNALS ***********************/ |
65 | 64 |
|
65 |
|
|
66 |
/* |
|
67 |
* reserved message type for internal puposes |
|
68 |
*/ |
|
69 |
#define MSG_TYPE_ML_KEEPALIVE 0x126 //TODO: check that it is really interpreted as internal |
|
70 |
|
|
66 | 71 |
/* |
67 | 72 |
* a pointer to a libevent instance |
68 | 73 |
*/ |
Also available in: Unified diff