[systemd-devel] [RFC][PATCH] udev: add network link configuration tool

Tom Gundersen teg at jklm.no
Mon Oct 28 20:30:32 CET 2013


On Mon, Oct 28, 2013 at 6:54 PM, Lennart Poettering
<lennart at poettering.net> wrote:
>> +struct link_config_ctx {
>> +        LIST_HEAD(link_config, links);
>> +
>> +        char **link_dirs;
>> +        usec_t *link_dirs_ts_usec;
>> +};
>
> Maybe define a local _cleanup_ macro here?
>
> _cleanup_(link_configs_freep)?

Hm, I don't follow. Where could this macro actually be used?

-t


More information about the systemd-devel mailing list