Skip to content

Commit ddf97e5

Browse files
author
root
committed
share memory conection
1 parent 42fdee2 commit ddf97e5

File tree

9 files changed

+8
-7
lines changed

9 files changed

+8
-7
lines changed

LINUX-PROCESS-MANAGE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e78f2491c1f6b67d92b127b2f5c809314c35fa37

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ all : init sender receiver
33

44

55
init : init.o common.o
6-
cc -pthread -o init init.o common.o
6+
cc -pthread -o init init.o common.o
77

88
sender : sender.o common.o
9-
cc -pthread -o sender sender.o common.o
9+
cc -pthread -o sender sender.o common.o
1010

1111
receiver : receiver.o common.o
12-
cc -pthread -o receiver receiver.o common.o
12+
cc -pthread -o receiver receiver.o common.o
1313

1414

1515
init.o : common.h
@@ -19,7 +19,7 @@ sender.o : common.h
1919
receiver.o : common.h
2020

2121
clean :
22-
rm init
23-
rm receiver
24-
rm sender
25-
rm *.o
22+
rm init
23+
rm receiver
24+
rm sender
25+
rm *.o

common.o

3.09 KB
Binary file not shown.

init

17 KB
Binary file not shown.

init.o

1.96 KB
Binary file not shown.

receiver

17.3 KB
Binary file not shown.

receiver.o

3.36 KB
Binary file not shown.

sender

17.4 KB
Binary file not shown.

sender.o

3.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)