IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2006, 6:58:54 AM (20 years ago)
Author:
eugene
Message:

updates to fix comm problems with buffers (motivated by opihi gprint)

File:
1 edited

Legend:

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

    r7917 r7929  
    2929  InitBasic ();
    3030  InitData ();
    31   InitPantasks ();
     31  InitPantasksServer ();
    3232 
    33   InitPrint ();
     33  gprintInit ();  // each thread needs to init the printing system
    3434
    3535  // signal (SIGPIPE, gotsignal);
     
    4747
    4848  // pthread_create (&thread, NULL, &RunScheduler, NULL);
    49   // pthread_create (&thread, NULL, &pantasks_RunController, NULL);
     49  // pthread_create (&thread, NULL, &RunController, NULL);
    5050
    5151  /* in this loop, we listen for incoming connections, validate, and
Note: See TracChangeset for help on using the changeset viewer.