diff options
Diffstat (limited to 'rpc/rpc-lib/src/rpcsvc-common.h')
| -rw-r--r-- | rpc/rpc-lib/src/rpcsvc-common.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/rpc/rpc-lib/src/rpcsvc-common.h b/rpc/rpc-lib/src/rpcsvc-common.h index aef791cfa0d..7e72bc3ae44 100644 --- a/rpc/rpc-lib/src/rpcsvc-common.h +++ b/rpc/rpc-lib/src/rpcsvc-common.h @@ -62,8 +62,6 @@ typedef struct rpcsvc_state {          glusterfs_ctx_t         *ctx; -        void                    *listener; -          /* list of connections which will listen for incoming connections */          struct list_head         listeners; @@ -76,7 +74,7 @@ typedef struct rpcsvc_state {          void                    *mydata; /* This is xlator */          rpcsvc_notify_t          notifyfn; - +        struct mem_pool         *rxpool;  } rpcsvc_t;  | 
