We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dcd0cb + 9ef4f36 commit 1d1a2d2Copy full SHA for 1d1a2d2
1 file changed
core/modules/measure.cc
@@ -57,7 +57,7 @@ static bool IsTimestamped(bess::Packet *pkt, size_t offset, uint64_t *time) {
57
58
const Commands Measure::cmds = {
59
{"get_summary", "EmptyArg", MODULE_CMD_FUNC(&Measure::CommandGetSummary),
60
- Command::THREAD_UNSAFE},
+ Command::THREAD_SAFE},
61
{"clear", "EmptyArg", MODULE_CMD_FUNC(&Measure::CommandClear),
62
Command::THREAD_UNSAFE},
63
};
0 commit comments