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

@@ -76,6 +76,7 @@ static struct resclass rf_class = {
sizeof(struct rfile),
rf_free,
rf_dump,
NULL,
NULL
};
@@ -203,6 +204,7 @@ static struct resclass tm_class = {
sizeof(timer),
tm_free,
tm_dump,
NULL,
NULL
};
@@ -573,6 +575,7 @@ static struct resclass sk_class = {
sizeof(sock),
sk_free,
sk_dump,
NULL,
NULL
};