From 011c843a4476173c80e413097f4156f464a95dda Mon Sep 17 00:00:00 2001 From: Samy Lanka Date: Tue, 27 Oct 2020 19:42:20 +0000 Subject: SERVER-51372 Add command_name field to IDL command syntax --- src/mongo/db/traffic_recorder.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mongo/db/traffic_recorder.idl') 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: -- cgit v1.2.1