Changeset 989 for vendor/current/ctdb/protocol/protocol_message.c
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
-
vendor/current/ctdb/protocol/protocol_message.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/ctdb/protocol/protocol_message.c
r988 r989 41 41 42 42 switch (srvid) { 43 44 45 46 43 47 case CTDB_SRVID_ELECTION: 44 48 len = ctdb_election_message_len(mdata->election); … … 115 119 { 116 120 switch (srvid) { 121 122 123 124 117 125 case CTDB_SRVID_ELECTION: 118 126 ctdb_election_message_push(mdata->election, buf); … … 190 198 191 199 switch (srvid) { 200 201 202 203 192 204 case CTDB_SRVID_ELECTION: 193 205 ret = ctdb_election_message_pull(buf, buflen, mem_ctx,
Note:
See TracChangeset
for help on using the changeset viewer.
