Skip to content

Commit 001a305

Browse files
committed
CDRIVER-837: Define WIRE_VERSION_READ_CONCERN
1 parent ec1c7d7 commit 001a305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mongoc/mongoc-client-private.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ BSON_BEGIN_DECLS
5757
#define WIRE_VERSION_KILLCURSORS_CMD 4
5858
/* first version when findAndModify accepts writeConcern */
5959
#define WIRE_VERSION_FAM_WRITE_CONCERN 4
60+
/* first version to support readConcern */
61+
#define WIRE_VERSION_READ_CONCERN 4
6062

6163

6264
struct _mongoc_client_t

0 commit comments

Comments
 (0)