X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-provider.h;h=3bc7fd4448be0e3f324b76f78c5efbdd004c913a;hb=3adb8bf04838d8fa5a382f501437b62af99ed874;hp=a573e24689c5c29f9d0d10f74dcde037da3fd405;hpb=f1acd62b54376a425a975f9af501c4c8c5689b39;p=openvswitch diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h index a573e246..3bc7fd44 100644 --- a/lib/netdev-provider.h +++ b/lib/netdev-provider.h @@ -113,7 +113,7 @@ struct netdev_class { * * If this netdev class does not support enumeration, this may be a null * pointer. */ - int (*enumerate)(struct svec *all_anmes); + int (*enumerate)(struct svec *all_names); /* Attempts to receive a packet from 'netdev' into the 'size' bytes in * 'buffer'. If successful, returns the number of bytes in the received