]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-route.h
Fix #7704 and #7708. (#7712)
[thirdparty/systemd.git] / src / network / networkd-route.h
index cfb85cbd6d3712f48e176fbb6ccfb4426e931b77..cde31c96633b9640defe5c8b7929bd20499d1468 100644 (file)
@@ -26,6 +26,7 @@ typedef struct NetworkConfigSection NetworkConfigSection;
 #include "networkd-network.h"
 
 struct Route {
+        Manager *m;
         Network *network;
         NetworkConfigSection *section;