summaryrefslogtreecommitdiff
path: root/common/include
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-14 22:51:43 +0200
committerAki <please@ignore.pl>2021-10-14 22:51:43 +0200
commit0dd0ba272f247ca6e9b7948b648e42ff544c71ac (patch)
tree81d291a87456a6909d311f4b31ce6f56c5490dac /common/include
downloadhwd-0dd0ba272f247ca6e9b7948b648e42ff544c71ac.zip
hwd-0dd0ba272f247ca6e9b7948b648e42ff544c71ac.tar.gz
hwd-0dd0ba272f247ca6e9b7948b648e42ff544c71ac.tar.bz2
Created stub daemon with a communication library
Diffstat (limited to 'common/include')
-rw-r--r--common/include/hwd/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/include/hwd/internal.h b/common/include/hwd/internal.h
new file mode 100644
index 0000000..614c962
--- /dev/null
+++ b/common/include/hwd/internal.h
@@ -0,0 +1,7 @@
+namespace hwd
+{
+namespace internal
+{
+constexpr int default_port = 4236;
+}
+}