summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-08-02 15:05:02 +0200
committerDavid Sommerseth <davids@redhat.com>2010-08-02 15:05:02 +0200
commit97dbf55152d82f0a39dc67adf79dfe365490e0a8 (patch)
treed218686a6ba16b1daac2f88f07ef228253d26447 /python-ethtool/etherinfo.h
parente978a1affe2e2b054d01395ec84ab965966df714 (diff)
downloadpython-ethtool-97dbf55152d82f0a39dc67adf79dfe365490e0a8.tar.gz
python-ethtool-97dbf55152d82f0a39dc67adf79dfe365490e0a8.tar.xz
python-ethtool-97dbf55152d82f0a39dc67adf79dfe365490e0a8.zip
Improved documentation in the code
Signed-off-by: David Sommerseth <davids@redhat.com>
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);