Thanks Sascha! This is fixed. The Timer checks against TIMESTAMP_WARPABLE. I quickly looked through & think that should take care of it.
Eddie On 9/6/11 4:30 AM, Sascha Alexander Jopen wrote: > Hey, > > Some recent changes lead to build failures when compiling with > --enable-nsclick. > > One reason is simply a missing address operator in timestamp.hh, fixed > with the attached patch. > > The second problem is about the TIMESTAMP_WARPABLE definition in > include/click/timestamp.hh around line 116 and the usage of some warp > functions in include/click/timer.hh araound line 306. > TIMESTAMP_WARPABLE is defined if !CLICK_NS but the function warp_jumping > is used by only checking CLICK_USERLEVEL > > Either TIMESTAMP_WARPABLE should be used witch CLICK_NS, or the timer > should check against TIMESTAMP_WARPABLE instead of CLICK_USERLEVEL. > > Because i don't know what this time warping actually does, its up to you > to find the correct solution :-) Maybe other code is affected, too. > > Regards, > Sascha Jopen > > > > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
