summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'python-ethtool/etherinfo.h')
-rw-r--r--python-ethtool/etherinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-ethtool/etherinfo.h b/python-ethtool/etherinfo.h
index 0d441a3..7e79d67 100644
--- a/python-ethtool/etherinfo.h
+++ b/python-ethtool/etherinfo.h
@@ -24,7 +24,7 @@
#include <netlink/route/addr.h>
#include <arpa/inet.h>
-typedef enum {NLQRY_LINK, NLQRY_ADDR} nlQuery;
+typedef enum {NLQRY_LINK, NLQRY_ADDR} nlQuery; /**< Supported query types in the etherinfo code */
int get_etherinfo(struct etherinfo *ethinf, struct _nlconnection *nlc, nlQuery query);
void free_etherinfo(struct etherinfo *ptr);