diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-08 08:51:49 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-08 08:51:49 -0700 |
commit | dd68c207f4ed13c4f71bc4d019732f21d633575c (patch) | |
tree | cad2694fb8bb54f332d2da6649ef5b1cfb757bcb | |
parent | 9a3c34b5b3040711f1018e313046df4fac13b403 (diff) | |
download | infinitytier-dd68c207f4ed13c4f71bc4d019732f21d633575c.tar.gz infinitytier-dd68c207f4ed13c4f71bc4d019732f21d633575c.zip |
Stuff old Cluster code in attic.
-rw-r--r-- | Cluster.cpp (renamed from node/Cluster.cpp) | 0 | ||||
-rw-r--r-- | Cluster.hpp (renamed from node/Cluster.hpp) | 0 | ||||
-rw-r--r-- | objects.mk | 1 |
3 files changed, 0 insertions, 1 deletions
diff --git a/node/Cluster.cpp b/Cluster.cpp index 119aec29..119aec29 100644 --- a/node/Cluster.cpp +++ b/Cluster.cpp diff --git a/node/Cluster.hpp b/Cluster.hpp index 74b091f5..74b091f5 100644 --- a/node/Cluster.hpp +++ b/Cluster.hpp @@ -3,7 +3,6 @@ CORE_OBJS=\ node/Capability.o \ node/CertificateOfMembership.o \ node/CertificateOfOwnership.o \ - node/Cluster.o \ node/Identity.o \ node/IncomingPacket.o \ node/InetAddress.o \ |