Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ceph_mon_client Struct Reference

#include <mon_client.h>

Data Fields

struct ceph_clientclient
 
struct ceph_monmapmonmap
 
struct mutex mutex
 
struct delayed_work delayed_work
 
struct ceph_auth_clientauth
 
struct ceph_msgm_auth
 
struct ceph_msgm_auth_reply
 
struct ceph_msgm_subscribe
 
struct ceph_msgm_subscribe_ack
 
int pending_auth
 
bool hunting
 
int cur_mon
 
unsigned long sub_sent
 
unsigned long sub_renew_after
 
struct ceph_connection con
 
struct rb_root generic_request_tree
 
int num_generic_requests
 
u64 last_tid
 
int want_mdsmap
 
int want_next_osdmap
 
u32 have_osdmap
 
u32 have_mdsmap
 

Detailed Description

Definition at line 59 of file mon_client.h.

Field Documentation

Definition at line 66 of file mon_client.h.

Definition at line 60 of file mon_client.h.

Definition at line 73 of file mon_client.h.

int cur_mon

Definition at line 71 of file mon_client.h.

Definition at line 64 of file mon_client.h.

struct rb_root generic_request_tree

Definition at line 76 of file mon_client.h.

u32 have_mdsmap

Definition at line 83 of file mon_client.h.

u32 have_osdmap

Definition at line 83 of file mon_client.h.

bool hunting

Definition at line 70 of file mon_client.h.

u64 last_tid

Definition at line 78 of file mon_client.h.

struct ceph_msg* m_auth

Definition at line 67 of file mon_client.h.

struct ceph_msg * m_auth_reply

Definition at line 67 of file mon_client.h.

struct ceph_msg * m_subscribe

Definition at line 67 of file mon_client.h.

struct ceph_msg * m_subscribe_ack

Definition at line 67 of file mon_client.h.

Definition at line 61 of file mon_client.h.

Definition at line 63 of file mon_client.h.

int num_generic_requests

Definition at line 77 of file mon_client.h.

int pending_auth

Definition at line 68 of file mon_client.h.

unsigned long sub_renew_after

Definition at line 72 of file mon_client.h.

unsigned long sub_sent

Definition at line 72 of file mon_client.h.

int want_mdsmap

Definition at line 81 of file mon_client.h.

int want_next_osdmap

Definition at line 82 of file mon_client.h.


The documentation for this struct was generated from the following file: