FACT++  1.0
void check_put_label ( int  tag)

Definition at line 3092 of file didMarkus.c.

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

Referenced by app_initialize().

3093 {
3094  static int old_n_services = 0;
3095  static int changing = 0;
3096  void put_label();
3097 
3098  if(tag){}
3099  if(N_services != old_n_services)
3100  {
3101  put_label();
3102  if(N_services > old_n_services)
3103  changing = 1;
3104  old_n_services = N_services;
3105 
3106 #ifdef linux
3107  show_servers();
3108 #endif
3109  }
3110 /*
3111  else
3112  {
3113  if(changing)
3114  {
3115  show_servers();
3116  changing = 0;
3117  }
3118  }
3119 */
3120 }
void show_servers()
Definition: didMarkus.c:2402
void put_label()
Definition: didMarkus.c:3122
int N_services
Definition: didMarkus.c:16

+ Here is the call graph for this function:

+ Here is the caller graph for this function: