diff options
author | Michael Adam <obnox@samba.org> | 2010-12-20 17:44:02 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-14 13:35:47 +0100 |
commit | 3c4c560019a1cc5c22f2c20f03674c853f59e857 (patch) | |
tree | 877ac85005640828bb48d7742fd10f6f38f38349 | |
parent | 9d20f76052d499162ca065097d7c0b5a22609908 (diff) | |
download | samba-3c4c560019a1cc5c22f2c20f03674c853f59e857.tar.gz samba-3c4c560019a1cc5c22f2c20f03674c853f59e857.tar.xz samba-3c4c560019a1cc5c22f2c20f03674c853f59e857.zip |
vacuum: add a fast_path_count to the vacuum_handle.
(This used to be ctdb commit 53a39d0cc5ea251c2189ec8178ccb769fa046c43)
-rw-r--r-- | ctdb/server/ctdb_vacuum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c index c44c33badb..e4168cae2e 100644 --- a/ctdb/server/ctdb_vacuum.c +++ b/ctdb/server/ctdb_vacuum.c @@ -48,6 +48,7 @@ struct ctdb_vacuum_child_context { struct ctdb_vacuum_handle { struct ctdb_db_context *ctdb_db; struct ctdb_vacuum_child_context *child_ctx; + uint32_t fast_path_count; }; |