summaryrefslogtreecommitdiff
path: root/src/systemd/sd-lldp-rx.h
Commit message (Collapse)AuthorAgeFilesLines
* Use https for gnu.orgMichael Biebl2022-06-281-1/+1
|
* meson: Build header tests with -pedanticJan Janssen2022-05-301-2/+2
| | | | | | | | | | | | By using __extension__, we can silence pedantic errors we cannot or do not want to fix. This in particular silences: - enum values being outside of int range - variadic macros - long long being C99 - type of bit-field ‘type’ is a GCC extension - use of C99 bool in public header functions
* libsystemd-network: make sd_dhcp_client_get_ifname() or friends return ↵Yu Watanabe2021-09-291-1/+1
| | | | negative errno on error
* sd-lldp-rx: introduce sd_lldp_rx_is_running()Yu Watanabe2021-09-281-0/+1
|
* sd-lldp-rx: split out enum definitionsYu Watanabe2021-09-271-91/+1
|
* sd-lldp-rx: rename sd_lldp -> sd_lldp_rxYu Watanabe2021-09-271-28/+28
|
* sd-lldp: rename sd-lldp.[ch] -> sd-lldp-rx.[ch]Yu Watanabe2021-09-271-0/+198