[Firebug-cvs] fireboard/beta/fireworks/apps/MultihopLinkEstimator MultihopLinkEstimator.h,1.4,1.5
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-08-10 03:36:29
|
Update of /cvsroot/firebug/fireboard/beta/fireworks/apps/MultihopLinkEstimator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20951/beta/fireworks/apps/MultihopLinkEstimator Modified Files: MultihopLinkEstimator.h Log Message: . Index: MultihopLinkEstimator.h =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/fireworks/apps/MultihopLinkEstimator/MultihopLinkEstimator.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MultihopLinkEstimator.h 9 Aug 2005 00:07:53 -0000 1.4 --- MultihopLinkEstimator.h 9 Aug 2005 00:08:48 -0000 1.5 *************** *** 32,35 **** --- 32,39 ---- /* Surge modified as MultihopLinkEstimator */ + #ifndef FB_MULTIHOPLINKESTIMATOR_H + #define FB_MULTIHOPLINKESTIMATOR_H + + int INITIAL_TIMER_RATE = 2048; int FOCUS_TIMER_RATE = 1000; *************** *** 77,78 **** --- 81,83 ---- + #endif /** FB_MULTIHOPLINKESTIMATOR_H */ |