Add ability to retrieve message and buffer counts for message queues. (#940)

This commit is contained in:
Jonathan Hui
2016-11-07 22:13:15 -08:00
committed by GitHub
parent b5c5079a6a
commit d44f39769f
12 changed files with 186 additions and 0 deletions
+1
View File
@@ -141,6 +141,7 @@ private:
void OutputBytes(const uint8_t *aBytes, uint8_t aLength);
void ProcessHelp(int argc, char *argv[]);
void ProcessBufferInfo(int argc, char *argv[]);
void ProcessBlacklist(int argc, char *argv[]);
void ProcessChannel(int argc, char *argv[]);
void ProcessChild(int argc, char *argv[]);