mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[NET] Add the NET STATISTICS command
This commit is contained in:
parent
3a0e654027
commit
58b5cdc77c
13 changed files with 308 additions and 41 deletions
|
@ -36,7 +36,7 @@ COMMAND cmds[] =
|
|||
{L"session", unimplemented},
|
||||
{L"share", unimplemented},
|
||||
{L"start", cmdStart},
|
||||
{L"statistics", unimplemented},
|
||||
{L"statistics", cmdStatistics},
|
||||
{L"stop", cmdStop},
|
||||
{L"time", unimplemented},
|
||||
{L"use", cmdUse},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue