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.
2 parents fe813f1 + 4c599ed commit fbdd845Copy full SHA for fbdd845
protobuf/bess_msg.proto
@@ -46,7 +46,7 @@ message ListWorkersResponse {
46
message WorkerStatus {
47
int64 wid = 1; /// Worker ID, starting from 0
48
int64 core = 2; /// CPU core ID on which the worker is pinned
49
- int64 running = 3; /// 1 if running, or 0. TODO: bool
+ bool running = 3; /// True if running, otherwise False.
50
51
/// Number of traffic classes running on the worker
52
int64 num_tcs = 4;
0 commit comments