Some cleanup, and bite the bullet and go ahead and write a simple Http client. Need a cross-platform built-in one to do cli right.

This commit is contained in:
Adam Ierymenko 2015-04-16 14:13:44 -07:00
parent 6c29e966dd
commit 53cbe485f0
14 changed files with 470 additions and 726 deletions

View file

@ -23,6 +23,7 @@ OBJS=\
node/Switch.o \
node/Topology.o \
node/Utils.o \
osdep/Http.o \
osdep/OSUtils.o \
service/ControlPlane.o \
service/OneService.o