diff options
Diffstat (limited to 'rpc/rpc-lib/src/rpc-drc.h')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-drc.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/rpc-drc.h b/rpc/rpc-lib/src/rpc-drc.h index 7dfaef9783c..c42c2a2c2fe 100644 --- a/rpc/rpc-lib/src/rpc-drc.h +++ b/rpc/rpc-lib/src/rpc-drc.h @@ -71,7 +71,6 @@ struct drc_globals {          struct list_head          cache_head;          uint32_t                  client_count;          struct list_head          clients_head; -        gf_boolean_t              enable_drc;  };  int @@ -99,6 +98,9 @@ int  rpcsvc_drc_init (rpcsvc_t *svc, dict_t *options);  int +rpcsvc_drc_deinit (rpcsvc_t *svc); + +int  rpcsvc_drc_reconfigure (rpcsvc_t *svc, dict_t *options);  #endif /* RPC_DRC_H */  | 
