1 #ifndef GCP_UTIL_CCNETMSG_H
2 #define GCP_UTIL_CCNETMSG_H
11 #include "gcp/util/common/Debug.h"
12 #include "gcp/util/common/Exception.h"
13 #include "gcp/util/common/LogStream.h"
14 #include "gcp/util/common/NetSendStr.h"
16 #include "gcp/control/code/unix/libunix_src/common/netobj.h"
17 #include "gcp/control/code/unix/libunix_src/common/control.h"
29 LOG = gcp::control::CC_LOG_MSG,
30 REPLY = gcp::control::CC_REPLY_MSG,
31 SCHED = gcp::control::CC_SCHED_MSG,
32 ARC = gcp::control::CC_ARC_MSG,
33 PAGE = gcp::control::CC_PAGE_MSG,
58 #endif // End #ifndef GCP_UTIL_CCNETMSG_H
Definition: control.h:230
Definition: CcNetMsg.h:22
MsgType type
Definition: CcNetMsg.h:39
MsgType
Definition: CcNetMsg.h:28
gcp::control::CcNetMsg body
Definition: CcNetMsg.h:44