|
libosmocore 0.9.6-23.20170220git32ee5af8.fc41
Osmocom core library
|
Compatibility header with some helpers. More...
Go to the source code of this file.
Macros | |
| #define | timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) |
| #define | timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) |
| #define | timercmp(a, b, CMP) |
| #define | timeradd(a, b, result) |
| #define | timersub(a, b, result) |
Compatibility header with some helpers.