summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 54762580f79..db9fd2c1350 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -365,7 +365,7 @@ public:
return _originatingCommand;
}
- void enter_inlock(const char* ns, boost::optional<int> dbProfileLevel);
+ void enter_inlock(const char* ns, int dbProfileLevel);
/**
* Sets the type of the current network operation.