[stgt] [PATCH 2/3] export sig_fd in bs
FUJITA Tomonori
fujita.tomonori at lab.ntt.co.jp
Thu Jun 10 03:19:28 CEST 2010
iSCSI needs to know if the system supports signalfd or not.
Signed-off-by: FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp>
---
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 at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the stgt
mailing list