New file. This is used by the language bindings code to get the
1999-12-05 Martin Baulig <martin@home-of-linux.org> * structures.def: New file. This is used by the language bindings code to get the definitions of some of LibGTop's structures.
This commit is contained in:
committed by
Martin Baulig
parent
f6e4fefd66
commit
f5efccc8d6
@@ -1,3 +1,8 @@
|
|||||||
|
1999-12-05 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* structures.def: New file. This is used by the language bindings
|
||||||
|
code to get the definitions of some of LibGTop's structures.
|
||||||
|
|
||||||
1999-11-28 Martin Baulig <martin@home-of-linux.org>
|
1999-11-28 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* include/glibtop/netload.h (glibtop_get_netload): Added
|
* include/glibtop/netload.h (glibtop_get_netload): Added
|
||||||
|
10
Makefile.am
10
Makefile.am
@@ -11,8 +11,8 @@ include_HEADERS = glibtop.h
|
|||||||
configincludedir = $(pkglibdir)/include
|
configincludedir = $(pkglibdir)/include
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in \
|
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in \
|
||||||
LIBGTOP-VERSION features.def libgtop-config.in RELNOTES-0.25 \
|
LIBGTOP-VERSION features.def structures.def libgtop-config.in \
|
||||||
RELNOTES-1.0 RELNOTES-1.1.x libgtop-sysdeps.m4 README \
|
RELNOTES-0.25 RELNOTES-1.0 RELNOTES-1.1.x libgtop-sysdeps.m4 README \
|
||||||
libgtop-mirror.sh
|
libgtop-mirror.sh
|
||||||
|
|
||||||
configinclude_DATA = \
|
configinclude_DATA = \
|
||||||
@@ -35,7 +35,8 @@ release:
|
|||||||
## `install-exec', not `install-data'.
|
## `install-exec', not `install-data'.
|
||||||
confexecdir = $(libdir)
|
confexecdir = $(libdir)
|
||||||
confexec_DATA = $(top_builddir)/libgtopConf.sh \
|
confexec_DATA = $(top_builddir)/libgtopConf.sh \
|
||||||
$(top_builddir)/libgtop-features.def
|
$(top_builddir)/libgtop-features.def \
|
||||||
|
$(top_builddir)/libgtop-structures.def
|
||||||
|
|
||||||
CLEANFILES=libgtopConf.sh
|
CLEANFILES=libgtopConf.sh
|
||||||
|
|
||||||
@@ -91,3 +92,6 @@ libgtop-config: libgtop-config.in Makefile
|
|||||||
libgtop-features.def: features.def
|
libgtop-features.def: features.def
|
||||||
@LN_S@ $< $@
|
@LN_S@ $< $@
|
||||||
|
|
||||||
|
libgtop-structures.def: structures.def
|
||||||
|
@LN_S@ $< $@
|
||||||
|
|
||||||
|
3
structures.def
Normal file
3
structures.def
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
glibtop_map_entry|ulong(flags,start,end,offset,perm,inode,device):string(filename)
|
||||||
|
glibtop_mountentry|ulong(dev):string(devname,mountdir,type)
|
||||||
|
glibtop_interface|ulong(flags,if_flags,transport,type,number,instance,num_logical):string(name)
|
Reference in New Issue
Block a user