CESNET / ipfixprobe

BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

openwrt: add missing include of time.h #193

Closed cejkato2 closed 10 months ago

cejkato2 commented 10 months ago

The missing #include <sys/time.h> directives caused build failure on OpenWrt.

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cfc02c2) 41.26% compared to head (5ce7859) 41.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #193 +/- ## ========================================== + Coverage 41.26% 41.29% +0.02% ========================================== Files 94 94 Lines 8665 8665 Branches 1299 1299 ========================================== + Hits 3576 3578 +2 + Misses 4321 4319 -2 Partials 768 768 ``` | [Flag](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/193/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET) | Coverage Δ | | |---|---|---| | [tests](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/193/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET) | `41.29% <ø> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET) | Coverage Δ | | |---|---|---| | [include/ipfixprobe/packet.hpp](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET#diff-aW5jbHVkZS9pcGZpeHByb2JlL3BhY2tldC5ocHA=) | `94.11% <ø> (ø)` | | | [include/ipfixprobe/utils.hpp](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/193?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET#diff-aW5jbHVkZS9pcGZpeHByb2JlL3V0aWxzLmhwcA==) | `13.33% <ø> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/193/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.