Navigation


Changeset 1354:0dff6a604b0a in freeDiameter for extensions/acl_wl/aw_tree.c


Ignore:
Timestamp:
May 17, 2019, 7:59:19 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

acl_wl: add reload support using SIGUSR1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/acl_wl/aw_tree.c

    r1127 r1354  
    7070
    7171/* The root of the tree */
    72 static struct fd_list tree_root = FD_LIST_INITIALIZER(tree_root);
    73 
    74 /* Note: we don't need to lock, since we add only when parsing the conf, and then read only */
     72struct fd_list tree_root = FD_LIST_INITIALIZER(tree_root);
     73
     74/* Note: we lock accesses to the tree with acl_wl_lock because of config reload */
    7575
    7676
Note: See TracChangeset for help on using the changeset viewer.