Navigation


Changeset 550:4c935aecee6c in freeDiameter for extensions/app_radgw/rgw.h


Ignore:
Timestamp:
Sep 15, 2010, 2:24:45 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Hide and automate the Proxy-State attributes management in RADIUS gateway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw.h

    r548 r550  
    6060        };
    6161       
     62        /* For Proxy-State attributes: */
     63        int     ps_first;       /* The index of the first Proxy-State attribute in radius.attr_pos. It is always >= radius.attr_used */
     64        int     ps_nb;          /* The number of Proxy-State attributes. The real radius.attr_pos size is attr_used + ps_nb */
    6265};
    6366void rgw_msg_free(struct rgw_radius_msg_meta ** msg);
Note: See TracChangeset for help on using the changeset viewer.