From 34bc39757a755c168c831f0c5765bc0c088ac91d Mon Sep 17 00:00:00 2001 From: koinec <> Date: Wed, 17 Jun 2009 12:51:16 +0000 Subject: [PATCH] *** empty log message *** --- deamon/drd64_marshald_cinfo.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deamon/drd64_marshald_cinfo.h b/deamon/drd64_marshald_cinfo.h index 812ce97..90cd805 100644 --- a/deamon/drd64_marshald_cinfo.h +++ b/deamon/drd64_marshald_cinfo.h @@ -39,12 +39,17 @@ Comment: #include"drd64_marshald.h" +#define DRD64_MARSHALD_CINFOTYPE_CONNECT 0x01 +#define DRD64_MARSHALD_CINFOTYPE_DEBUG 0x02 +#define DRD64_MARSHALD_CINFOTYPE_CLIENT 0x03 typedef struct { /* Section 1 : ConnectionInfo Master ========*/ int i_cinfo_id; + Byte b_cinfo_type; + int i_cinfo_refcount; /* Section 2 : Connection Info. ==============*/ /* Destination Info. */ -- 2.11.0