From c51a13bf0ea5976f2794a3a05525e7a56edc3d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Thu, 27 Jul 2006 18:25:24 +0000 Subject: [PATCH] Tiny interface addition to handle wireless interfaces. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-07-27 Benoît Dejean * include/glibtop/netload.h: Tiny interface addition to handle wireless interfaces. --- ChangeLog | 6 ++++++ include/glibtop/netload.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8fc5dc59..b5adadf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-27 Benoît Dejean + + * include/glibtop/netload.h: + + Tiny interface addition to handle wireless interfaces. + 2006-06-26 Benoît Dejean * 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