Skip to content

Commit

Permalink
Update xkcp_mon.c
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 25, 2017
1 parent db93129 commit 9c5dec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xkcp_mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ struct user_spy_cmd {

static void get_client_status(struct bufferevent *bev, void *ctx);
static void get_server_status(struct bufferevent *bev, void *ctx);
static void get_client_info(struct bufferevent *bev, void *ctx);

struct user_spy_cmd client_cmd[] = {
{"status", get_client_status},
Expand Down

0 comments on commit 9c5dec4

Please sign in to comment.