diff options
author | David Sommerseth <davids@redhat.com> | 2010-08-02 15:07:39 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2010-08-02 15:07:39 +0200 |
commit | bde89d48f32287e14120ddab6ab2650ea1ca0a5c (patch) | |
tree | 498a47a956856eb223f4167dbda7345bc2fe6d02 /python-ethtool/etherinfo_struct.h | |
parent | 97dbf55152d82f0a39dc67adf79dfe365490e0a8 (diff) | |
download | python-ethtool-bde89d48f32287e14120ddab6ab2650ea1ca0a5c.tar.gz python-ethtool-bde89d48f32287e14120ddab6ab2650ea1ca0a5c.tar.xz python-ethtool-bde89d48f32287e14120ddab6ab2650ea1ca0a5c.zip |
Renamed etherinfo_ipv6_py to etherinfo_ipv6addr_py
The new name reflects the contents of the data type better.
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'python-ethtool/etherinfo_struct.h')
-rw-r--r-- | python-ethtool/etherinfo_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-ethtool/etherinfo_struct.h b/python-ethtool/etherinfo_struct.h index 22616fb..ec242c6 100644 --- a/python-ethtool/etherinfo_struct.h +++ b/python-ethtool/etherinfo_struct.h @@ -70,7 +70,7 @@ typedef struct { typedef struct { PyObject_HEAD struct ipv6address *addrdata; /**< IPv6 address, only one element is used in this case */ -} etherinfo_ipv6_py; +} etherinfo_ipv6addr_py; /** * NULL safe PyString_FromString() wrapper. If input string is NULL, None will be returned |