From b6cfc8d969e4eba855e1995f615d74cf2cb70efe Mon Sep 17 00:00:00 2001 From: patiencew Date: Thu, 8 Nov 2007 18:04:07 +0000 Subject: [PATCH] git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@2034 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/kernel/messenger.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/ceph/kernel/messenger.h b/trunk/ceph/kernel/messenger.h index 813c18715b1a5..7e412a9b5cc7d 100644 --- a/trunk/ceph/kernel/messenger.h +++ b/trunk/ceph/kernel/messenger.h @@ -22,7 +22,7 @@ struct ceph_pollable { struct ceph_poll_task { struct task_struct *poll_task; - struct ceph_pollable pfiles; + struct ceph_pollable *pfiles; int nfds; }; @@ -30,6 +30,7 @@ struct ceph_messenger { void *parent; ceph_messenger_dispatch_t dispatch; struct ceph_poll_task *poll_task; + struct ceph_connection *listen_con; /* listening connection */ struct ceph_entity_addr addr; /* my address */ spinlock_t con_lock; struct list_head con_all; /* all connections */ -- 2.39.5