Skip to content

Commit ec6c4d2

Browse files
committed
Merge branch 'master' of https://github.com/AlfinST/CNetworkLab
2 parents 460c061 + 943cb5b commit ec6c4d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SharedMemory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Эта программа была боль в тылу для реализации
22
## To compile it use:
3-
gcc ShmClientz.c -o Node -lpthread -lpthread
3+
gcc ShmClientz.c -o Node -lpthread -lrt
44

5-
gcc ShmServer.c -0 Host -lpthread -lrt
5+
gcc ShmServer.c -o Host -lpthread -lrt
66
## How to Run:
77

88
1.For single process incrementor:

0 commit comments

Comments
 (0)