aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/bus/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/bus/bus.h')
-rw-r--r--src/charon/bus/bus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charon/bus/bus.h b/src/charon/bus/bus.h
index 04d33e554..9c90db6f9 100644
--- a/src/charon/bus/bus.h
+++ b/src/charon/bus/bus.h
@@ -131,6 +131,8 @@ enum level_t {
* Kind of alerts to raise.
*/
enum alert_t {
+ /* a RADIUS server did not respond, no additional arguments */
+ ALERT_RADIUS_NOT_RESPONDING,
};
/**