Difference for server/swap.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_swap_c =   * static char *rcsid_swap_c =
  *    "$Id: swap.c,v 1.17 2005/12/05 23:34:04 akirschbaum Exp $";   *    "$Id: swap.c,v 1.18 2006/05/05 09:26:36 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 195
 
Line 195
  * map_least_timeout() returns the map with the lowest timeout variable (not 0)   * map_least_timeout() returns the map with the lowest timeout variable (not 0)
  */   */
   
 mapstruct *map_least_timeout(char *except_level) {  static mapstruct *map_least_timeout(char *except_level) {
   mapstruct *map, *chosen=NULL;    mapstruct *map, *chosen=NULL;
   int timeout = MAP_MAXTIMEOUT + 1;    int timeout = MAP_MAXTIMEOUT + 1;
   for(map = first_map;map != NULL; map = map->next)    for(map = first_map;map != NULL; map = map->next)


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:51