IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2008, 11:26:00 AM (18 years ago)
Author:
eugene
Message:

add comments re thread safety

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/CommandOps.c

    r16439 r16888  
    11# include "opihi.h"
     2
     3// the command table is only modified by macro_create: if thread protection is needed, it
     4// should be added there.  it may not be needed if programs only call macro_create in a
     5// single thread.  pantasks_server only calls macro_create in the 'input' thread, so it is
     6// safe.
    27
    38// if the user has installed the libedit version of readline, we need to modify a couple symbols:
Note: See TracChangeset for help on using the changeset viewer.