Skip to content

Commit

Permalink
Update xkcp_util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 25, 2017
1 parent e7eb22d commit 9505e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xkcp_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ void add_task_tail(struct xkcp_task *task, iqueue_head *head);

void del_task(struct xkcp_task *task);

int get_task_list_size(iqueue_head *task_list);

void dump_task_list(iqueue_head *task_list, struct bufferevent *bev);

void xkcp_set_config_param(ikcpcb *kcp);
Expand Down

0 comments on commit 9505e4c

Please sign in to comment.