Hi All, I want to activate optional handlers in ToDevice element by uncomment above lines:
#define CLICK_DEVICE_CYCLES 1 #define CLICK_DEVICE_PRFCTR 1 During compilation I get errors: ...todevice.cc: In member function 'virtual void Todevice::add_handlers()' ...tidevuce.cc:613: error: no matching function for call to 'ToDevice::add_read_handler(const char [12], Handler:DeprecatedFlags, click_cycles_t*)' ..element.hh:161: note: canditates are: void Element:add_read_handler(const String&, String (*)(Element*, void*),int, uint32_t) Do you have any ideas how to solve this issue? Or is there some other way to measure inactivity of NIC link? Thanks! Kuba _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
