Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> --- usr/bs.c | 2 +- usr/tgtd.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/usr/bs.c b/usr/bs.c index d72d090..e74cc13 100644 --- a/usr/bs.c +++ b/usr/bs.c @@ -43,7 +43,7 @@ static LIST_HEAD(bst_list); static LIST_HEAD(finished_list); static pthread_mutex_t finished_lock; -static int sig_fd = -1; +int sig_fd = -1; static int command_fd[2]; static int done_fd[2]; diff --git a/usr/tgtd.h b/usr/tgtd.h index 8295bb3..79d9c88 100644 --- a/usr/tgtd.h +++ b/usr/tgtd.h @@ -332,6 +332,8 @@ struct event_data { struct list_head e_list; }; +extern int sig_fd; + int do_tgt_event_add(int efd, struct list_head *list, int fd, int events, event_handler_t handler, void *data); void do_tgt_event_del(int efd, struct list_head *list, int fd); -- 1.6.5 -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html