/[radius]/radius/radiusd/radiusd.c
ViewVC logotype

Diff of /radius/radiusd/radiusd.c

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

revision 1.131 by gray, Thu Jun 12 09:33:52 2003 UTC revision 1.132 by gray, Sat Jun 14 14:44:39 2003 UTC
# Line 121  int checkrad_assume_logged = 1; Line 121  int checkrad_assume_logged = 1;
121  size_t max_requests = MAX_REQUESTS;  size_t max_requests = MAX_REQUESTS;
122  size_t max_children = MAX_CHILDREN;  size_t max_children = MAX_CHILDREN;
123  unsigned process_timeout = PROCESS_TIMEOUT;  unsigned process_timeout = PROCESS_TIMEOUT;
124    unsigned radiusd_write_timeout = 0;
125    unsigned radiusd_read_timeout = 0;
126  char *exec_user = NULL;  char *exec_user = NULL;
127    
128  UINT4 warning_seconds;  UINT4 warning_seconds;
# Line 1298  struct cfg_stmt option_stmt[] = { Line 1300  struct cfg_stmt option_stmt[] = {
1300            NULL, NULL },            NULL, NULL },
1301          { "process-idle-timeout", CS_STMT, NULL, cfg_get_integer, &process_timeout,          { "process-idle-timeout", CS_STMT, NULL, cfg_get_integer, &process_timeout,
1302            NULL, NULL },            NULL, NULL },
1303            { "master-read-timeout", CS_STMT, NULL,
1304              cfg_get_integer, &radiusd_read_timeout, NULL, NULL },
1305            { "master-write-timeout", CS_STMT, NULL,
1306              cfg_get_integer, &radiusd_write_timeout, NULL, NULL },
1307          { "exec-program-user", CS_STMT, NULL, cfg_get_string, &exec_user,          { "exec-program-user", CS_STMT, NULL, cfg_get_string, &exec_user,
1308            NULL, NULL },            NULL, NULL },
1309          { "log-dir", CS_STMT, NULL, cfg_get_string, &radlog_dir,          { "log-dir", CS_STMT, NULL, cfg_get_string, &radlog_dir,

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132

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