add recv_coa
[freeradius.git] / src / modules / rlm_rest / rest.h
index 2ac3798..a9bb36d 100644 (file)
@@ -161,6 +161,9 @@ typedef struct rlm_rest_t {
        rlm_rest_section_t      checksimul;     //!< Configuration specific to simultaneous session
                                                //!< checking.
        rlm_rest_section_t      post_auth;      //!< Configuration specific to Post-auth
+#ifdef WITH_COA
+       rlm_rest_section_t      recv_coa;               //!< Configuration specific to recv-coa
+#endif
 } rlm_rest_t;
 
 /*