From: Michal Sojka Date: Fri, 18 Jun 2010 14:15:23 +0000 (+0200) Subject: Implement frsh_destroy() X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/frsh.git/commitdiff_plain/cde54d10e87c97ec71ea7d126e80cc1162fc91ba Implement frsh_destroy() ... to make wvtest happy by closing all file desriptors. --- diff --git a/frsh_api/frsh_core.c b/frsh_api/frsh_core.c index 9b163e7..c0f2cd4 100644 --- a/frsh_api/frsh_core.c +++ b/frsh_api/frsh_core.c @@ -159,6 +159,14 @@ err: return ret; } +void frsh_destroy() +{ + forb_destroy(frsh_forb_global.orb); + /* TODO: Destroy all FRAs etc. */ +} + + + bool frsh_config_is_admission_test_enabled() { return true;