summaryrefslogtreecommitdiff
path: root/extensions/rt_default/rt_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/rt_default/rt_default.h')
-rw-r--r--extensions/rt_default/rt_default.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/rt_default/rt_default.h b/extensions/rt_default/rt_default.h
index 8ecaa5e..b37e796 100644
--- a/extensions/rt_default/rt_default.h
+++ b/extensions/rt_default/rt_default.h
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2011, WIDE Project and NICT *
+* Copyright (c) 2019, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
@@ -82,5 +82,8 @@ int rtd_add(enum rtd_crit_type ct, char * criteria, enum rtd_targ_type tt, char
/* Process a message & peer list through the rules repository, updating the scores */
int rtd_process( struct msg * msg, struct fd_list * candidates );
+/* Reload the config file */
+void rtd_conf_reload(char *config_file);
+
/* For debug: dump the rule repository */
void rtd_dump(void);