Add restart plugin library code for netconf and cli
This commit is contained in:
parent
51316d5d61
commit
7976c11f11
4 changed files with 80 additions and 1 deletions
|
|
@ -69,5 +69,6 @@ int clicon_rpc_create_subscription(clicon_handle h, char *stream, char *filter,
|
|||
int clicon_rpc_debug(clicon_handle h, int level);
|
||||
int clicon_rpc_restconf_debug(clicon_handle h, int level);
|
||||
int clicon_hello_req(clicon_handle h, uint32_t *id);
|
||||
int clicon_rpc_restart_plugin(clicon_handle h, char *plugin);
|
||||
|
||||
#endif /* _CLIXON_PROTO_CLIENT_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue