summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2015-04-13 18:28:19 -0400
committerAndy Schwerin <schwerin@mongodb.com>2015-04-16 16:55:28 -0400
commit5ae0a2505ca14442ca6473b2d713be4e84958e6b (patch)
treec39ababf3c4c31502eadb3d26107c53594667017 /src/mongo/db/client.h
parenta64b7af35ab0463276645e8d4637569c0ccdfd73 (diff)
downloadmongo-5ae0a2505ca14442ca6473b2d713be4e84958e6b.tar.gz
SERVER-17817 Remove ClientInfo class.
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r--src/mongo/db/client.h3
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