diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2015-04-13 18:28:19 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2015-04-16 16:55:28 -0400 |
commit | 5ae0a2505ca14442ca6473b2d713be4e84958e6b (patch) | |
tree | c39ababf3c4c31502eadb3d26107c53594667017 /src/mongo/db/client.h | |
parent | a64b7af35ab0463276645e8d4637569c0ccdfd73 (diff) | |
download | mongo-5ae0a2505ca14442ca6473b2d713be4e84958e6b.tar.gz |
SERVER-17817 Remove ClientInfo class.
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r-- | src/mongo/db/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h index 1b1dc51b251..b01656d3407 100644 --- a/src/mongo/db/client.h +++ b/src/mongo/db/client.h @@ -71,6 +71,9 @@ namespace mongo { * call this when your thread starts. */ static void initThread(const char *desc, AbstractMessagingPort *mp = 0); + static void initThread(const char* desc, + ServiceContext* serviceContext, + AbstractMessagingPort* mp); /** * Inits a thread if that thread has not already been init'd, setting the thread name to |