FACT++  1.0
void update_services ( )

Definition at line 137 of file test_server_many.c.

References dim_print_date_time(), dis_update_service, dtq_start_timer(), i, ServMany, and ServManyIds.

Referenced by main(), sendData(), and sendSmiData().

138 {
139  int i;
140 
142 
144 printf("Start updating\n");
145  for(i = 0; i< 100000; i++)
146  {
147  ServMany[i] = ServMany[i]+1;
149  if(i == 10000)
150  {
151  int aux;
152  aux = ServMany[i];
153  ServMany[i] = 123;
155  ServMany[i] = aux;
156  }
157  }
159 printf("Stop updating\n");
160 }
int ServManyIds[100000]
int i
Definition: db_dim_client.c:21
void update_services()
void dtq_start_timer(int time, void(*user_routine)(), dim_long tag)
Definition: dtq.c:790
#define dis_update_service
Definition: dis.h:18
double ServMany[100000]
void dim_print_date_time()
Definition: utilities.c:134

+ Here is the call graph for this function:

+ Here is the caller graph for this function: