summaryrefslogtreecommitdiff
path: root/src/mongo/db/traffic_recorder.idl
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@mongodb.com>2020-10-27 19:42:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-03 21:37:33 +0000
commit011c843a4476173c80e413097f4156f464a95dda (patch)
treef71b17346513e7d5996d745c98b6948070400f18 /src/mongo/db/traffic_recorder.idl
parentdfa7646bf68e9444fcba3f76f4f7d4a3d1bdb2fe (diff)
downloadmongo-011c843a4476173c80e413097f4156f464a95dda.tar.gz
SERVER-51372 Add command_name field to IDL command syntax
Diffstat (limited to 'src/mongo/db/traffic_recorder.idl')
-rw-r--r--src/mongo/db/traffic_recorder.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/traffic_recorder.idl b/src/mongo/db/traffic_recorder.idl
index 3516f461d61..3e8f524ca09 100644
--- a/src/mongo/db/traffic_recorder.idl
+++ b/src/mongo/db/traffic_recorder.idl
@@ -59,6 +59,7 @@ structs:
commands:
startRecordingTraffic:
description: "start recording Command"
+ command_name: startRecordingTraffic
namespace: ignored
fields:
filename:
@@ -75,6 +76,7 @@ commands:
stopRecordingTraffic:
description: "stop recording Command"
+ command_name: stopRecordingTraffic
namespace: ignored
server_parameters: