summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2006-07-27 18:25:24 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-07-27 18:25:24 +0000
commitc51a13bf0ea5976f2794a3a05525e7a56edc3d5c (patch)
tree77808f19a1bcf96977e1c4f982e55b9933fc5a48
parentd497c250814a2069aba60caee36e2ced31d68344 (diff)
downloadlibgtop-c51a13bf0ea5976f2794a3a05525e7a56edc3d5c.tar.gz
Tiny interface addition to handle wireless interfaces.
2006-07-27 Benoît Dejean <benoit@placenet.org> * include/glibtop/netload.h: Tiny interface addition to handle wireless interfaces.
-rw-r--r--ChangeLog6
-rw-r--r--include/glibtop/netload.h3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fc5dc59..b5adadf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-27 Benoît Dejean <benoit@placenet.org>
+
+ * include/glibtop/netload.h:
+
+ Tiny interface addition to handle wireless interfaces.
+
2006-06-26 Benoît Dejean <benoit@placenet.org>
* po/Makefile.in.in.in:
diff --git a/include/glibtop/netload.h b/include/glibtop/netload.h
index 77472ade..8b74f0e3 100644
--- a/include/glibtop/netload.h
+++ b/include/glibtop/netload.h
@@ -68,7 +68,8 @@ enum {
GLIBTOP_IF_FLAGS_LINK1,
GLIBTOP_IF_FLAGS_LINK2,
GLIBTOP_IF_FLAGS_ALTPHYS,
- GLIBTOP_IF_FLAGS_MULTICAST
+ GLIBTOP_IF_FLAGS_MULTICAST,
+ GLIBTOP_IF_FLAGS_WIRELESS
};
enum GLIBTOP_IF_IN6_SCOPE