X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-provider.h;h=c0ed4ef6033d44a921f9167081c86e1007832d20;hb=6787c8cd1c5a4882e9370d3d0dad4590f781ae42;hp=52f440fa1052b784061783cd1be7c9cffdc9265f;hpb=c1c9c9c4b636ab2acf2f75024c282a9a497ca9a9;p=openvswitch diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h index 52f440fa..c0ed4ef6 100644 --- a/lib/netdev-provider.h +++ b/lib/netdev-provider.h @@ -40,7 +40,7 @@ struct arg { * implementations. */ struct netdev_dev { char *name; /* Name of network device. */ - const struct netdev_class *netdev_class; /* Functions to control + const struct netdev_class *netdev_class; /* Functions to control this device. */ int ref_cnt; /* Times this devices was opened. */ struct shash_node *node; /* Pointer to element in global map. */ @@ -550,6 +550,7 @@ extern const struct netdev_class netdev_linux_class; extern const struct netdev_class netdev_tap_class; extern const struct netdev_class netdev_patch_class; extern const struct netdev_class netdev_gre_class; +extern const struct netdev_class netdev_capwap_class; #ifdef __cplusplus }