Skip to content

Commit

Permalink
Event Queue Size attribute is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 2, 2018
1 parent 462a76b commit 0d1f7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/WorkerStats.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ struct WorkerStats
size_t mInCMASize;
size_t mOutCMASize;
size_t mConnections;
size_t mEventQSize;
};

#endif /* __WORKERSTATS_H__ */
Expand Down

0 comments on commit 0d1f7e4

Please # to comment.