mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ovs-appctl: Print command arguments for "help".
This commit is contained in:
@@ -41,7 +41,7 @@ const char *unixctl_client_target(const struct unixctl_client *);
|
||||
struct unixctl_conn;
|
||||
typedef void unixctl_cb_func(struct unixctl_conn *,
|
||||
const char *args, void *aux);
|
||||
void unixctl_command_register(const char *name,
|
||||
void unixctl_command_register(const char *name, const char *args,
|
||||
unixctl_cb_func *cb, void *aux);
|
||||
void unixctl_command_reply(struct unixctl_conn *, int code,
|
||||
const char *body);
|
||||
|
Reference in New Issue
Block a user