IPC : added some bugs

This commit is contained in:
tth
2021-08-25 07:18:34 +02:00
parent e306830003
commit 97f9196db6
7 changed files with 163 additions and 6 deletions

7
code/my-fifo.h Normal file
View File

@@ -0,0 +1,7 @@
typedef struct {
int pid;
double timestamp;
long notused;
} Message;
double dtime(void);