diff freeDiameter/fD.h @ 124:cc42d8607114

Completed cleanups of queues when the daemon is stopping
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 10 Dec 2009 14:15:04 +0900
parents 960fa8048805
children 4356de61174d
line wrap: on
line diff
--- a/freeDiameter/fD.h	Wed Dec 09 19:02:31 2009 +0900
+++ b/freeDiameter/fD.h	Thu Dec 10 14:15:04 2009 +0900
@@ -99,8 +99,7 @@
 extern struct fifo * fd_g_local; /* messages to be handled to local extensions */
 /* Message queues */
 int fd_queues_init(void);
-int fd_queues_fini_rt(void);
-int fd_queues_fini_disp(void);
+int fd_queues_fini(struct fifo ** queue);
 
 /* Create all the dictionary objects defined in the Diameter base RFC. */
 int fd_dict_base_protocol(struct dictionary * dict);
"Welcome to our mercurial repository"