~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to xlators/mgmt/glusterd/src/glusterd-sm.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-03-15 21:14:50 UTC
  • mfrom: (1.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110315211450-5iekpirgkdntccne
Tags: 3.1.3-1
* New upstream release.
  - glusterfs-volgen and glusterfs-defrag have been removed.
* Suggest nfs-common with the glusterfs-server for native NFS support.
  Closes: #614988
* Migrate to dh_python2.
  Closes: #616826

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        GD_FRIEND_STATE_REQ_SENT_RCVD,
56
56
        GD_FRIEND_STATE_REJECTED,
57
57
        GD_FRIEND_STATE_UNFRIEND_SENT,
 
58
        GD_FRIEND_STATE_PROBE_RCVD,
 
59
        GD_FRIEND_STATE_CONNECTED_RCVD,
 
60
        GD_FRIEND_STATE_CONNECTED_ACCEPTED,
58
61
        GD_FRIEND_STATE_MAX
59
62
} glusterd_friend_sm_state_t;
60
63
 
93
96
        struct list_head                uuid_list;
94
97
        struct list_head                op_peers_list;
95
98
        struct rpc_clnt                 *rpc;
 
99
        rpc_clnt_prog_t                 *mgmt;
96
100
        int                             connected;
97
101
        glusterd_store_handle_t         *shandle;
98
102
        glusterd_sm_tr_log_t            sm_log;