comparison extensions/acl_wl/acl_wl.h @ 1354:0dff6a604b0a

acl_wl: add reload support using SIGUSR1
author Thomas Klausner <tk@giga.or.at>
date Fri, 17 May 2019 12:59:19 +0200
parents d59decafe9c0
children 566bb46cc73f
comparison
equal deleted inserted replaced
1350:0f226d35501e 1354:0dff6a604b0a
41 * See the acl_wl.conf.sample file for the format of the configuration file. 41 * See the acl_wl.conf.sample file for the format of the configuration file.
42 */ 42 */
43 43
44 #include <freeDiameter/extension.h> 44 #include <freeDiameter/extension.h>
45 45
46 extern struct fd_list tree_root;
47
46 /* Parse the configuration file */ 48 /* Parse the configuration file */
47 int aw_conf_handle(char * conffile); 49 int aw_conf_handle(char * conffile);
48 50
49 /* Add to the tree (name is \0 terminated) */ 51 /* Add to the tree (name is \0 terminated) */
50 int aw_tree_add(char * name, int flags); 52 int aw_tree_add(char * name, int flags);
"Welcome to our mercurial repository"