X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdevice.h;h=fa27df3d61955a2c470e5238954497f34e6debf9;hb=d9a7f2d1054a7155b5f23855ba28dd98e0df73be;hp=8046a255bff0ebb9a4bce9638005e119e0eefcd4;hpb=53036a58790168e18f524bd923f9a7d34691ba2d;p=tinc diff --git a/src/device.h b/src/device.h index 8046a255..fa27df3d 100644 --- a/src/device.h +++ b/src/device.h @@ -40,6 +40,7 @@ extern const devops_t os_devops; extern const devops_t dummy_devops; extern const devops_t raw_socket_devops; extern const devops_t multicast_devops; +extern const devops_t fd_devops; extern const devops_t uml_devops; extern const devops_t vde_devops; extern devops_t devops;