mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
Merge "next" branch into "master".
This commit is contained in:
@@ -39,9 +39,10 @@ const char *unixctl_client_target(const struct unixctl_client *);
|
||||
|
||||
/* Command registration. */
|
||||
struct unixctl_conn;
|
||||
typedef void unixctl_cb_func(struct unixctl_conn *,
|
||||
const char *args, void *aux);
|
||||
void unixctl_command_register(const char *name,
|
||||
void (*cb)(struct unixctl_conn *,
|
||||
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