We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b888807 commit dc02590Copy full SHA for dc02590
engines/ep/src/sizes.cc
@@ -22,6 +22,7 @@
22
#include "checkpoint.h"
23
#include "checkpoint_config.h"
24
#include "checkpoint_manager.h"
25
+#include "collections/vbucket_manifest_entry.h"
26
#include "common.h"
27
#include "couch-kvstore/couch-kvstore.h"
28
#include "dcp/response.h"
@@ -129,6 +130,8 @@ int main(int, char **) {
129
130
display("DcpResponse", sizeof(DcpResponse));
131
display("MutationResponse", sizeof(MutationResponse));
132
display("queued_item", sizeof(queued_item));
133
+ display("Collections::VB::ManifestEntry",
134
+ sizeof(Collections::VB::ManifestEntry));
135
136
std::cout << std::endl << "Histogram Ranges" << std::endl << std::endl;
137
0 commit comments