diff options
author | Michael Adam <obnox@samba.org> | 2011-11-27 23:16:33 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-29 10:30:24 +0100 |
commit | 1a31c843488e736da74482ee363913213e54a6ea (patch) | |
tree | e682642fd81847135b54e98631862dbb6f7ba40f /ctdb/include/ctdb_protocol.h | |
parent | 3aa5c979f3a8d27836d1098cd1f77a93e5f55903 (diff) | |
download | samba-1a31c843488e736da74482ee363913213e54a6ea.tar.gz samba-1a31c843488e736da74482ee363913213e54a6ea.tar.xz samba-1a31c843488e736da74482ee363913213e54a6ea.zip |
traverse: add a flag to enable transferring empty records in cluster wide traverse
This will be useful for also printing information about empty/deleted
records in "ctdb catdb", e.g. for debugging vacuuming issues.
(This used to be ctdb commit ddc5da3a0df7701934404192a0a0aa659a806acb)
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r-- | ctdb/include/ctdb_protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h index f83399c964..f404ec7905 100644 --- a/ctdb/include/ctdb_protocol.h +++ b/ctdb/include/ctdb_protocol.h @@ -581,6 +581,7 @@ struct ctdb_traverse_start { uint32_t db_id; uint32_t reqid; uint64_t srvid; + bool withemptyrecords; }; /* |