Also report work queue threads in rpcinfo

This commit is contained in:
Duke Leto
2021-08-09 11:51:25 -04:00
parent 89a4226965
commit 63e1ede162
3 changed files with 14 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ class HTTPRequest;
int getWorkQueueDepth();
int getWorkQueueMaxDepth();
int getWorkQueueNumThreads();
/** Initialize HTTP server.
* Call this before RegisterHTTPHandler or EventBase().