1999-11-28 Martin Baulig <martin@home-of-linux.org> Split netload into netload and netinfo. * include/glibtop/netinfo.h: New file. * include/glibtop/netload.h (glibtop_netload): Moved `if_flags', `mtu', `subnet' and `address' into the new `glibtop_netinfo'. * include/glibtop/sysdeps.h (GLIBTOP_SYSDEPS_NETINFO): Added. (glibtop_sysdeps): Added `netinfo. * include/glibtop/union.h (glibtop_union): Added `netinfo. * include/glibtop/command.h (GLIBTOP_CMND_NETINFO): Added.
12 lines
540 B
Makefile
12 lines
540 B
Makefile
glibtopdir = $(includedir)/glibtop
|
|
|
|
glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
|
|
sem_limits.h uptime.h command.h mem.h proclist.h \
|
|
proctime.h shm_limits.h version.h cpu.h msg_limits.h \
|
|
procmem.h procuid.h swap.h write.h error.h open.h \
|
|
procsegment.h read.h sysdeps.h xmalloc.h global.h \
|
|
procsignal.h read_data.h union.h types.h gnuserv.h \
|
|
parameter.h mountlist.h fsusage.h procmap.h signal.h \
|
|
inodedb.h sysinfo.h ppp.h procargs.h netload.h \
|
|
netinfo.h interfaces.h limits.h
|