Add support for multicast communication with UML/QEMU/KVM.
[oweals/tinc.git] / src / device.h
index eaeca1883fcfb90b4cc289cec854627b9ec530e4..5af78499907a24c85eae1bef235b0f5fb11f27a6 100644 (file)
@@ -39,6 +39,7 @@ typedef struct devops_t {
 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 uml_devops;
 extern const devops_t vde_devops;
 extern devops_t devops;