| 189 | void *userdata; |
| 190 | |
| 191 | timer_data(void *udata = nullptr) noexcept : interval_time(0,0), expiry_count(0), enabled(true), userdata(udata) |
| 192 | { |
| 193 | // constructor |
| 194 | } |
| 195 | }; |
| 196 | |
| 197 | class compare_timespec |
nothing calls this directly
no outgoing calls
no test coverage detected