diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-10-26 01:06:53 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-10-26 01:06:53 +0800 |
commit | 7d44d543de96d173147145451250edc6713669e5 (patch) | |
tree | 65f95e58c54bbe0aa3706c402ff7f20ca7bc01f7 /macros/gnome-fileutils.m4 | |
parent | ca3be9e5c8b44e0c1d246c567e8a64730c7d3202 (diff) | |
download | gsoc2013-evolution-7d44d543de96d173147145451250edc6713669e5.tar gsoc2013-evolution-7d44d543de96d173147145451250edc6713669e5.tar.gz gsoc2013-evolution-7d44d543de96d173147145451250edc6713669e5.tar.bz2 gsoc2013-evolution-7d44d543de96d173147145451250edc6713669e5.tar.lz gsoc2013-evolution-7d44d543de96d173147145451250edc6713669e5.tar.xz gsoc2013-evolution-7d44d543de96d173147145451250edc6713669e5.tar.zst gsoc2013-evolution-7d44d543de96d173147145451250edc6713669e5.zip |
Added new feature to get PPP/ISDN support:
enum {
GLIBTOP_PPP_STATE_UNKNOWN = 0,
GLIBTOP_PPP_STATE_HANGUP,
GLIBTOP_PPP_STATE_ONLINE
};
struct _glibtop_ppp
{
u_int64_t flags,
state, /* GLIBTOP_PPP_STATE */
bytes_in, /* GLIBTOP_PPP_BYTES_IN */
bytes_out; /* GLIBTOP_PPP_BYTES_OUT */
};
Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin
svn path=/trunk/; revision=456
Diffstat (limited to 'macros/gnome-fileutils.m4')
0 files changed, 0 insertions, 0 deletions