1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Implements command that shows memory usage.

This commit is contained in:
Ondrej Zajicek
2010-06-02 22:20:40 +02:00
parent 4461b89791
commit acb60628f5
13 changed files with 143 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
#include "nest/cli.h"
#include "filter/filter.h"
static pool *proto_pool;
pool *proto_pool;
static list protocol_list;
static list proto_list;