Simplify Phy<> to get rid of more indirections.

This commit is contained in:
Adam Ierymenko 2015-04-10 17:07:06 -07:00
commit 5572b7ffb6
7 changed files with 153 additions and 243 deletions

View file

@ -89,7 +89,7 @@ installer: one FORCE
./buildinstaller.sh
clean:
rm -rf *.o netconf/*.o node/*.o osdep/*.o control/*.o testnet/*.o ext/lz4/*.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm
rm -rf *.o netconf/*.o node/*.o osdep/*.o service/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm
debug: FORCE
make -j 4 ZT_DEBUG=1