[openib-general] Re:[PATCH] OpenSM - complib remove complib_fini

Yael Kalka yael at mellanox.co.il
Sat Mar 11 22:54:42 PST 2006


Hi Hal,

>From your mail, I understand that you haven't received this patch I
sent you.
Here it is again.
Thanks,
Yael

Yael Kalka wrote:

Attached is a patch removing complib_fini from cl_complib.c, which is
duplicated in complib_exit.
Thanks,
Yael

Signed-off-by:  Yael Kalka <yael at mellanox.co.il>

Index: complib/cl_complib.c
===================================================================
--- complib/cl_complib.c	(revision 5701)
+++ complib/cl_complib.c	(working copy)
@@ -82,13 +82,6 @@ complib_init(void)
 }
 
 void
-__attribute (( destructor ))
-complib_fini(void)
-{
-  __cl_timer_prov_destroy();
-}
-
-void
 complib_exit(void)
 {
   __cl_timer_prov_destroy();




More information about the general mailing list