]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
helps to have this, too
authorAlan T. DeKok <aland@freeradius.org>
Tue, 23 Feb 2021 18:05:44 +0000 (13:05 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 23 Feb 2021 18:05:44 +0000 (13:05 -0500)
src/include/libradius.h

index f4dc0e448b667c47c79697e4c60d8bfb03c76bb9..074005d40112033fd672b60cf16bd2bf28f690c3 100644 (file)
@@ -195,6 +195,8 @@ typedef struct attr_flags {
 
        unsigned int    compare : 1;                            //!< has a paircompare registered
 
+       unsigned int    is_dup : 1;                             //!< is a duplicate of another attribute
+
        uint8_t         encrypt;                                //!< Ecryption method.
        uint8_t         length;
 } ATTR_FLAGS;