diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/client_t.h | 1 | ||||
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 1 | 
2 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/client_t.h b/libglusterfs/src/client_t.h index f7812f8f07d..548081896c0 100644 --- a/libglusterfs/src/client_t.h +++ b/libglusterfs/src/client_t.h @@ -60,6 +60,7 @@ struct clienttable {          gf_lock_t            lock;          cliententry_t       *cliententries;          int                  first_free; +	client_t            *local;  };  typedef struct clienttable clienttable_t; diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index dfe443016fc..4f7a5235372 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -452,7 +452,6 @@ struct _glusterfs_ctx {          int                 daemon_pipe[2]; -        struct client_disconnect *client_disconnect;          struct clienttable *clienttable;  };  typedef struct _glusterfs_ctx glusterfs_ctx_t;  | 
