From acb60628f53ba1fc29d1a554683acdb03f961c6f Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 2 Jun 2010 22:20:40 +0200 Subject: Implements command that shows memory usage. --- sysdep/unix/io.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdep') diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index 8058fa6..690c8fc 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -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 }; -- cgit v1.2.3