From 1a6989613914cc86a64c3eb21cfddba15ce372d9 Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Tue, 9 Jun 2009 05:08:58 +0000 Subject: Added MOP log to libglusterfs/* Signed-off-by: Anand V. Avati --- libglusterfs/src/protocol.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libglusterfs/src/protocol.h') diff --git a/libglusterfs/src/protocol.h b/libglusterfs/src/protocol.h index 4bb379b2f..b17f83bcd 100644 --- a/libglusterfs/src/protocol.h +++ b/libglusterfs/src/protocol.h @@ -723,6 +723,14 @@ typedef struct { } __attribute__((packed)) gf_mop_getspec_rsp_t; +typedef struct { + uint32_t msglen; + char msg[0]; +} __attribute__((packed)) gf_mop_log_req_t; +typedef struct { +} __attribute__((packed)) gf_mop_log_rsp_t; + + typedef struct { uint32_t dict_len; char buf[0]; -- cgit