From f6c62b17dc23b793e79b602e2ccb1ad432128d14 Mon Sep 17 00:00:00 2001 From: patiencew Date: Tue, 16 Oct 2007 17:59:17 +0000 Subject: [PATCH] git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1951 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/kernel/kmsg.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/trunk/ceph/kernel/kmsg.h b/trunk/ceph/kernel/kmsg.h index fac8ca0f9b5b4..e627790bc2daf 100644 --- a/trunk/ceph/kernel/kmsg.h +++ b/trunk/ceph/kernel/kmsg.h @@ -2,6 +2,7 @@ #define __CEPH_KMSG_H #include +#include #include #include "ceph_kthread.h" @@ -17,8 +18,8 @@ struct ceph_kthreadpool *msg_threadpool; /* thread pool */ struct ceph_kmsgr { void *m_parent; - struct radix_tree mpipes; /* other nodes i talk to */ - struct client_thread_info client_thread; /* listener thread info */ + struct radix_tree_root mpipes; /* other nodes talk to */ + struct client_thread_info cthread; /* listener thread info */ }; struct ceph_message { @@ -46,6 +47,3 @@ struct ceph_kmsg_pipe { /* .. or something like that? .. */ }; - -struct dispatch_queue { -}; -- 2.39.5