diff options
Diffstat (limited to 'rpc/rpc-lib/src/rpc-clnt.h')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-clnt.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.h b/rpc/rpc-lib/src/rpc-clnt.h index 584963ad036..2596c3508c2 100644 --- a/rpc/rpc-lib/src/rpc-clnt.h +++ b/rpc/rpc-lib/src/rpc-clnt.h @@ -19,7 +19,8 @@  typedef enum {          RPC_CLNT_CONNECT,          RPC_CLNT_DISCONNECT, -        RPC_CLNT_MSG +        RPC_CLNT_MSG, +        RPC_CLNT_DESTROY  } rpc_clnt_event_t;  | 
