#include "Platform.h"
#include "Declarations.h"
#include "PacketQueue.h"
#include "MessageBuffers.h"
#include "ResponseWaitQueue.h"
#include "PeerList.h"
#include "NetworkQueue.h"
#include <assert.h>
#include <time.h>
Go to the source code of this file.
Defines | |
#define | ERR(a) |
#define ERR | ( | a | ) |
Value:
{ errcode = a; \
goto err;}
Definition at line 11 of file NetworkQueue.cpp.
Referenced by CNetworkQueue::close(), CNetworkQueue::create(), CNetworkQueue::recvMsg(), CNetworkQueue::sendMsgTo(), CNetworkQueue::sendMsgToInternal(), and CNetworkQueue::sendRecvMsg().