IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42266


Ignore:
Timestamp:
Aug 23, 2022, 11:34:23 AM (4 years ago)
Author:
eugene
Message:

added note about QuitJobs call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/Ohana/src/opihi/pantasks/pantasks_server.c.in

    r41483 r42266  
    138138  ConfigFree ();
    139139
     140  // XXX this function is currently called by the thread running ListenClients, but
     141  // it should be called by the main above.  have this function trigger the
     142  // thread shutdown
     143
    140144  QuitJobsAndTasksThread(); pthread_join (JobsAndTasksThread, NULL);
    141145  QuitControllerThread();   pthread_join (controllerThread, NULL);
Note: See TracChangeset for help on using the changeset viewer.