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

Definition at line 3183 of file dis.c.

References Exit_user_routine.

Referenced by error_handler().

3184 {
3185 
3186  if(size){}
3187  if(tag){}
3188  if(Exit_user_routine)
3189  (Exit_user_routine)( bufp );
3190  else
3191  {
3192 /*
3193  printf("%s PID %d Exiting!\n", Task_name, getpid());
3194 */
3195  exit(*bufp);
3196  }
3197 }
int size
Definition: db_dim_server.c:17
static void(* Exit_user_routine)()=0
Definition: dis.c:126

+ Here is the caller graph for this function: