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

Definition at line 1692 of file dis.c.

References do_update_service().

Referenced by dis_hash_print().

1693 {
1694 int do_update_service();
1695 
1696  return(do_update_service(service_id, client_ids));
1697 }
unsigned service_id
Definition: db_dim_client.c:22
int do_update_service(unsigned service_id, int *client_ids)
Definition: dis.c:1714

+ Here is the call graph for this function:

+ Here is the caller graph for this function: