From 897893dd7b5d903bb286783ce4f23c2872b92078 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 8 Jan 2021 02:35:08 +0100 Subject: [PATCH] TCP-Socket added --- .gitmodules | 3 +++ Makefile | 1 + tcp_socket | 1 + 3 files changed, 5 insertions(+) create mode 160000 tcp_socket diff --git a/.gitmodules b/.gitmodules index 2167c4a..b17471a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "caching"] path = caching url = https://git.mount-mockery.de/pylib/caching +[submodule "tcp_socket"] + path = tcp_socket + url = https://git.mount-mockery.de/pylib/tcp_socket diff --git a/Makefile b/Makefile index a9ce63d..c97563f 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ MODULES = $(sort \ stringtools.csp\ stringtools.stp\ task\ + tcp_socket\ ) # Put it first so that "make" without argument is like "make help". diff --git a/tcp_socket b/tcp_socket new file mode 160000 index 0000000..a34195e --- /dev/null +++ b/tcp_socket @@ -0,0 +1 @@ +Subproject commit a34195edf977fe9e2372df6beb3f915eeb8aabe4