summaryrefslogtreecommitdiff
path: root/s/util.h
diff options
context:
space:
mode:
Diffstat (limited to 's/util.h')
-rw-r--r--s/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/s/util.h b/s/util.h
index 2bf1c94..b192713 100644
--- a/s/util.h
+++ b/s/util.h
@@ -152,6 +152,8 @@ namespace mongo {
string _ns;
};
+ extern boost::function1<bool, DBClientBase* > isVersionableCB;
+ extern boost::function2<bool, DBClientBase&, BSONObj& > initShardVersionCB;
extern boost::function4<bool, DBClientBase&, const string&, bool, int> checkShardVersionCB;
extern boost::function1<void, DBClientBase*> resetShardVersionCB;