Navigation



Ignore:
Timestamp:
Apr 9, 2019, 10:46:50 PM (5 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
histedit_source:
4e04e2f73d936608db88f0e70d10049fcaf66190
Message:

rt_default: add reload support.

When SIGUSR1 is sent to the freeDiameter process, rt_default reloads
its config file.

Written for Effortel Technologies SA, published with their consent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_default/rt_default.h

    r741 r1336  
    8383int rtd_process( struct msg * msg, struct fd_list * candidates );
    8484
     85/* Reload the config file */
     86void rtd_conf_reload(char *config_file);
     87
    8588/* For debug: dump the rule repository */
    8689void rtd_dump(void);
Note: See TracChangeset for help on using the changeset viewer.