Skip to content

Commit cbd2783

Browse files
committed
Implement the server.c module.
1 parent f424765 commit cbd2783

File tree

2 files changed

+405
-0
lines changed

2 files changed

+405
-0
lines changed

contrib/pg_dtm/dtmd/src/make.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
clang -g -o server server.c -D_LARGEFILE64_SOURCE -L../../sockhub -I../../sockhub -I../include -lsockhub -DDEBUG -O0

0 commit comments

Comments
 (0)