FACT++  1.0
int dic_cmnd_callback_stamped ( char *  serv_name,
void *  serv_address,
int  serv_size,
void(*)()  usr_routine,
dim_long  tag 
)

Definition at line 726 of file dic.c.

References request_command().

Referenced by dic_find_server_conns().

728 {
729  int ret;
730 
731  ret = request_command( serv_name, serv_address, serv_size,
732  usr_routine, tag, 1 );
733  return(ret ? 1 : 0);
734 }
int request_command(char *serv_name, void *serv_address, int serv_size, void(*usr_routine)(), dim_long tag, int stamped)
Definition: dic.c:736

+ Here is the call graph for this function:

+ Here is the caller graph for this function: