Author: andrews Date: 2008-04-10 14:16:13 +0200 (Thu, 10 Apr 2008) New Revision: 3467
Modified: trunk/n2n/Makefile trunk/n2n/edge.c trunk/n2n/n2n.c trunk/n2n/n2n.h trunk/n2n/supernode.c Log: Preparations for revised peer registration process. Still using previous registration process at this revision. -------- M Makefile Allow extra CFLAGS to be passed in to make eg. CFLAGS=-DDEBUG make. -------- M n2n.h M n2n.c Const-ness updates. Make purge_expired_registrations() a reusable pattern so edge can use it. -------- M edge.c Const-ness updates. Added functions for proposed registration design with pending_peers list. Not yet used. -------- M supernode.c Move purge_expired_registrations() to n2n.c for reuse. _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
