X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdevice.h;h=fa27df3d61955a2c470e5238954497f34e6debf9;hb=7a54fe5e884e98ade91af527c67f9c5df1452a50;hp=8046a255bff0ebb9a4bce9638005e119e0eefcd4;hpb=04fc19112da5e7fcefefcf6e490987cdcfb6f620;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;