Add close_socket fucntions and rise the scope for mutex for accessing s_last_thread

This commit is contained in:
2016-02-04 20:39:50 +01:00
parent 54184da72c
commit 9b0bdae64e
3 changed files with 1218 additions and 327 deletions

View File

@@ -1,7 +1,12 @@
.PHONY: data
all:
make -C src
data:
make -C data
clean:
make -C src clean