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

@@ -54,8 +54,9 @@
#include "lib/resource.h"
#include "lib/string.h"
pool *rta_pool;
static slab *rta_slab;
static pool *rta_pool;
struct protocol *attr_class_to_protocol[EAP_MAX];