diff options
| author | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2007-04-11 19:04:09 +1000 |
|---|---|---|
| committer | Ronnie sahlberg <ronniesahlberg@gmail.com> | 2007-04-11 19:04:09 +1000 |
| commit | 153bf810261d3307a43418fddc95e62038e2a86e (patch) | |
| tree | 5334dc86a8ab4b022866ad4ca84dab54e5b104f6 /ctdb/include | |
| parent | 4b6fbe7be1e31bab74a20f6ccb97d4d86b030e25 (diff) | |
add a vnn field to the ctdb_reply_connect_wait pdu so that we can tell
non-ctdb-linked clients what the vnn of the local cluster daemon is
(This used to be ctdb commit 57fd1aa54b234545e1e465b5ace2ce93fcfbc22a)
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index fb6a2584a9..bd46f36be4 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -289,6 +289,7 @@ struct ctdb_req_connect_wait { struct ctdb_reply_connect_wait { struct ctdb_req_header hdr; + uint32_t vnn; uint32_t num_connected; }; |
