comparison extensions/app_radgw/rgw.h @ 553:153cd2600fcf

Fix another issue
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 15 Sep 2010 14:52:24 +0900
parents 4c935aecee6c
children 4a9f08d6b6ba
comparison
equal deleted inserted replaced
552:d2be88628747 553:153cd2600fcf
63 int ps_first; /* The index of the first Proxy-State attribute in radius.attr_pos. It is always >= radius.attr_used */ 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 */ 64 int ps_nb; /* The number of Proxy-State attributes. The real radius.attr_pos size is attr_used + ps_nb */
65 }; 65 };
66 void rgw_msg_free(struct rgw_radius_msg_meta ** msg); 66 void rgw_msg_free(struct rgw_radius_msg_meta ** msg);
67 int rgw_msg_parse(unsigned char * buf, size_t len, struct rgw_radius_msg_meta ** msg); 67 int rgw_msg_parse(unsigned char * buf, size_t len, struct rgw_radius_msg_meta ** msg);
68 void rgw_msg_dump(struct rgw_radius_msg_meta * msg); 68 void rgw_msg_dump(struct rgw_radius_msg_meta * msg, int has_meta);
69 69
70 /* Local RADIUS server(s) configuration */ 70 /* Local RADIUS server(s) configuration */
71 struct rgw_serv { 71 struct rgw_serv {
72 unsigned disabled :1; 72 unsigned disabled :1;
73 unsigned ip_disabled :1; 73 unsigned ip_disabled :1;
"Welcome to our mercurial repository"