IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 4:54:17 AM (21 years ago)
Author:
eugene
Message:

moved sched/scheduler to psched

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pcontrol.h

    r4689 r4693  
    4242  PCLIENT_GOOD = 1,
    4343} PclientStat;
    44 
    45 typedef struct {
    46   char *buffer;
    47   int   Nalloc;
    48   int   Nreset;
    49   int   Nblock;
    50   int   Nbuffer;
    51 } IOBuffer;
    5244
    5345typedef struct {
     
    109101# define FREE(X) if (X != NULL) { free (X); }
    110102# define CLOSE(FD) { if (FD) close (FD); FD = 0; }
    111 
    112 /** IOBuffers allow the following operations (see pclient.h) **/
    113 int  InitIOBuffer (IOBuffer *buffer, int Nalloc);
    114 int  ReadtoIOBuffer (IOBuffer *buffer, int fd);
    115 int  FlushIOBuffer (IOBuffer *buffer);
    116 void FreeIOBuffer (IOBuffer *buffer);
    117103
    118104void InitPcontrol ();
Note: See TracChangeset for help on using the changeset viewer.