IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2006, 3:15:49 PM (20 years ago)
Author:
eugene
Message:

updates to pantasks client/server; new API for command

File:
1 edited

Legend:

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

    r7952 r7960  
    2424}
    2525
    26 void CheckTasksThread () {
     26void CheckTasksThread (void *data) {
    2727
    2828  gprintInit ();  // each thread needs to init the printing system
     
    5555}
    5656
    57 void CheckJobsThread () {
     57void CheckJobsThread (void *data) {
    5858
    5959  gprintInit ();  // each thread needs to init the printing system
     
    8686}
    8787
    88 void CheckControllerThread () {
     88void CheckControllerThread (void *data) {
    8989
    9090  gprintInit ();  // each thread needs to init the printing system
     
    118118}
    119119
    120 void CheckInputsThread () {
     120void CheckInputsThread (void *data) {
    121121
    122122  gprintInit ();  // each thread needs to init the printing system
Note: See TracChangeset for help on using the changeset viewer.