FACT++  1.0
static void exit_handler ( int *  tag,
int *  bufp,
int *  size 
)
static

Definition at line 2811 of file dis_old.c.

References Exit_user_routine.

Referenced by error_handler().

2812 {
2813 
2814  if(size){}
2815  if(tag){}
2816  if(Exit_user_routine)
2817  (Exit_user_routine)( bufp );
2818  else
2819  {
2820 /*
2821  printf("%s PID %d Exiting!\n", Task_name, getpid());
2822 */
2823  exit(*bufp);
2824  }
2825 }
int size
Definition: db_dim_server.c:17
static void(* Exit_user_routine)()=0
Definition: dis_old.c:126

+ Here is the caller graph for this function: