/[radius]/radius/include/radius.h
ViewVC logotype

Diff of /radius/include/radius.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.57 by gray, Fri Sep 12 13:39:36 2003 UTC revision 1.58 by gray, Sun Sep 28 22:14:50 2003 UTC
# Line 183  typedef struct dict_vendor { Line 183  typedef struct dict_vendor {
183          int                     vendorcode;          int                     vendorcode;
184  } DICT_VENDOR;  } DICT_VENDOR;
185    
186    enum avp_eval_type {
187            eval_const,
188            eval_interpret,
189            eval_compiled
190    };
191    
192  /* An attribute/value pair */  /* An attribute/value pair */
193  typedef struct value_pair {  typedef struct value_pair {
194          struct value_pair       *next;      /* Link to next A/V pair in list */          struct value_pair       *next;      /* Link to next A/V pair in list */
195          char                    *name;      /* Attribute name */          char                    *name;      /* Attribute name */
196          int                     attribute;  /* Attribute value */          int                     attribute;  /* Attribute value */
197          int                     type;       /* Data type */          int                     type;       /* Data type */
198          int                     eval;       /* Evaluation flag */          enum avp_eval_type      eval_type;  /* Evaluation flag */
199          int                     prop;       /* Properties */          int                     prop;       /* Properties */
200          int                     operator;   /* Comparison operator */          int                     operator;   /* Comparison operator */
201          union {          union {

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26