IPC : added some bugs
This commit is contained in:
7
code/my-fifo.h
Normal file
7
code/my-fifo.h
Normal file
@@ -0,0 +1,7 @@
|
||||
typedef struct {
|
||||
int pid;
|
||||
double timestamp;
|
||||
long notused;
|
||||
} Message;
|
||||
|
||||
double dtime(void);
|
||||
Reference in New Issue
Block a user