Revision 1.3 |
Revision 1.4 |
#ifndef _PMSG_H_ #define _PMSG_H_ 
|
#ifndef _PMSG_H_ #define _PMSG_H_ 
|
|
#include "cow.h"
|
typedef struct pth_pass_msg {
|
typedef struct pth_pass_msg {
|
pth_message_t head;
pth_msgport_t mp;
pth_t id;
int act;
int fd;
|
pth_message_t head;
pth_msgport_t mp;
pth_t id;
int act;
#ifdef USE_TCPCORK
|
|
int fd;
#else
BUFF* buf;
#endif
|
} pmsg; /* Node of a linked list of pmsg's */
|
} pmsg; /* Node of a linked list of pmsg's */
|
Line 21 |
Line 28 |
#endif /* _PMSG_H_ */
|
#endif /* _PMSG_H_ */
|