FACT++  1.0
int dis_selective_update_service ( unsigned  service_id,
int *  client_ids 
)

Definition at line 1524 of file dis_old.c.

References do_update_service().

Referenced by dis_hash_print().

1525 {
1526 int do_update_service();
1527 
1528  return(do_update_service(service_id, client_ids));
1529 }
unsigned service_id
Definition: db_dim_client.c:22
int do_update_service(unsigned service_id, int *client_ids)
Definition: dis_old.c:1546

+ Here is the call graph for this function:

+ Here is the caller graph for this function: