X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fudev%2Fudev.h;h=ed01da30e4e0514108ba9bd6f5562412a5f68cc3;hb=4c83d994566718043e61e568cc214bdc4587f869;hp=faa8f566c267c63b1307e4beb034f3d4e3aca827;hpb=be2ea723b1d023b3d385d3b791ee4607cbfb20ca;p=elogind.git diff --git a/src/udev/udev.h b/src/udev/udev.h index faa8f566c..ed01da30e 100644 --- a/src/udev/udev.h +++ b/src/udev/udev.h @@ -23,6 +23,7 @@ #include #include "macro.h" +#include "sd-rtnl.h" #include "libudev.h" #include "libudev-private.h" #include "util.h" @@ -44,6 +45,7 @@ struct udev_event { int exec_delay; usec_t birth_usec; int fd_signal; + sd_rtnl *rtnl; unsigned int builtin_run; unsigned int builtin_ret; bool sigterm;