Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/liudf0716/xkcp_client
Browse files Browse the repository at this point in the history
  • Loading branch information
Dengfeng Liu committed Apr 25, 2017
2 parents e4a2080 + 9c5dec4 commit 2852bda
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 2852bda

Please sign in to comment.