diff options
author | Aaron <aaron@10gen.com> | 2010-02-22 10:32:55 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-02-22 10:32:55 -0800 |
commit | ae80a66ff8d30bc9785d12a5f9d8fafd0bc37e2a (patch) | |
tree | be23e2818375ebd429d998d43bf9f25f34e5e308 /shell/utils.h | |
parent | 6ebe1c95328a55d01cf2bd0feaf12a34dd922e6e (diff) | |
download | mongo-ae80a66ff8d30bc9785d12a5f9d8fafd0bc37e2a.tar.gz |
SERVER-305 record uri on connect
Diffstat (limited to 'shell/utils.h')
-rw-r--r-- | shell/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/utils.h b/shell/utils.h index b3341589e7d..b4fea4226ba 100644 --- a/shell/utils.h +++ b/shell/utils.h @@ -40,5 +40,6 @@ namespace mongo { void KillMongoProgramInstances(); void initScope( Scope &scope ); + void onConnect( DBClientWithCommands &c ); } } |