FACT++  1.0
void check_put_label ( int  tag)

Definition at line 3149 of file did.c.

References N_services, put_label(), and show_servers().

Referenced by app_initialize().

3150 {
3151  static int old_n_services = 0;
3152 /*
3153  static int changing = 0;
3154 */
3155  void put_label();
3156 
3157  if(tag){}
3158  if(N_services != old_n_services)
3159  {
3160  put_label();
3161 /*
3162  if(N_services > old_n_services)
3163  changing = 1;
3164 */
3165  old_n_services = N_services;
3166 
3167 #ifdef linux
3168  show_servers();
3169 #endif
3170  }
3171 /*
3172  else
3173  {
3174  if(changing)
3175  {
3176  show_servers();
3177  changing = 0;
3178  }
3179  }
3180 */
3181 }
int N_services
Definition: did.c:16
void put_label()
Definition: did.c:3183
void show_servers()
Definition: did.c:2441

+ Here is the call graph for this function:

+ Here is the caller graph for this function: