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

Diff of /radius/include/radiusd.h

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

revision 1.95 by gray, Thu Jun 5 17:29:01 2003 UTC revision 1.96 by gray, Sat Jun 7 10:59:15 2003 UTC
# Line 83  struct request { Line 83  struct request {
83          int             fd;           /* socket the request came from */          int             fd;           /* socket the request came from */
84          struct sockaddr_in addr;      /* Remote party address */          struct sockaddr_in addr;      /* Remote party address */
85          REQUEST         *orig;        /* Original request. For proxy */          REQUEST         *orig;        /* Original request. For proxy */
   
         void            *update;      
         size_t          update_size;  
86  };  };
87    
88  /* Request class structure  /* Request class structure
# Line 131  typedef struct proxy_state { Line 128  typedef struct proxy_state {
128  } PROXY_STATE;  } PROXY_STATE;
129    
130  typedef struct {  typedef struct {
131            int id;
132          int proxy_id;          int proxy_id;
133          int server_no;          int server_no;
134          char realmname[1];          char realmname[1];
# Line 310  typedef struct input_system INPUT; Line 308  typedef struct input_system INPUT;
308  INPUT *input_create();  INPUT *input_create();
309  void input_register_method(INPUT *input,  void input_register_method(INPUT *input,
310                             const char *name,                             const char *name,
311                               int prio,
312                             int (*handler)(int, void *),                             int (*handler)(int, void *),
313                             int (*close)(int, void *),                             int (*close)(int, void *),
314                             int (*cmp)(const void *, const void *));                             int (*cmp)(const void *, const void *));

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

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