]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
define enough things to shut up compiler
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 May 2024 14:46:18 +0000 (10:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 May 2024 14:46:18 +0000 (10:46 -0400)
src/lib/unlang/mod_action.h

index 6d6234ba0a0594188ee3cc60d5a79b0356e27373..ac78e6c39cd230790bbb722b8b7505a81512c67c 100644 (file)
@@ -40,7 +40,13 @@ typedef enum {
        MOD_ACTION_RETURN = -1,
        MOD_ACTION_REJECT = -2,
        MOD_ACTION_RETRY = -3,
+
        MOD_PRIORITY_MIN = 0,
+       MOD_PRIORITY_1 = 1,
+       MOD_PRIORITY_2 = 2,
+       MOD_PRIORITY_3 = 3,
+       MOD_PRIORITY_4 = 4,
+
        /*
         *      If ubsan or the compiler complains
         *      about the missing enum values we'll