IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2005, 10:33:53 AM (21 years ago)
Author:
eugene
Message:

cleanup up communications for speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/psched.c

    r4714 r4763  
    4141
    4242  signal (SIGINT, SIG_IGN);
     43  signal (SIGPIPE, gotsignal);
     44  signal (SIGTSTP, gotsignal);
     45  signal (SIGTTIN, gotsignal);
    4346  return;
    4447}
     
    5760  return;
    5861}
     62
     63void gotsignal (int signum) {
     64  fprintf (stderr, "got signal : %d\n", signum);
     65  return;
     66}
Note: See TracChangeset for help on using the changeset viewer.