Skip to content

Commit 699c9bb

Browse files
committed
fix
1 parent c8a029a commit 699c9bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/pika_admin.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ class InfoCmd : public Cmd {
267267
kInfoAll,
268268
kInfoDebug,
269269
kInfoCommandStats,
270-
kInfoCache
270+
kInfoCache,
271+
kInfoThreadpool
271272
};
272273
InfoCmd(const std::string& name, int arity, uint32_t flag) : Cmd(name, arity, flag) {}
273274
void Do() override;

0 commit comments

Comments
 (0)