From 4df9d1fc3263c0f567cc7a89751f2444ceac5b0e Mon Sep 17 00:00:00 2001 From: Fuheng Zhao Date: Thu, 25 Aug 2022 18:18:47 -0700 Subject: [PATCH] debugID field moved to option --- fdbclient/include/fdbclient/StorageServerInterface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fdbclient/include/fdbclient/StorageServerInterface.h b/fdbclient/include/fdbclient/StorageServerInterface.h index 092c198311..00e9ff2aef 100644 --- a/fdbclient/include/fdbclient/StorageServerInterface.h +++ b/fdbclient/include/fdbclient/StorageServerInterface.h @@ -393,7 +393,6 @@ struct GetKeyValuesRequest : TimedRequest { Version version; // or latestVersion int limit, limitBytes; Optional tags; - Optional debugID; Optional options; ReplyPromise reply; VersionVector ssLatestCommitVersions; // includes the latest commit versions, as known @@ -413,7 +412,6 @@ struct GetKeyValuesRequest : TimedRequest { limit, limitBytes, tags, - debugID, reply, spanContext, tenantInfo,