Added `extra_libs'.
2000-01-22 Martin Baulig <martin@home-of-linux.org> * include/glibtop/backend.h (_glibtop_backend_module): Added `extra_libs'.
This commit is contained in:
committed by
Martin Baulig
parent
e8c90833e8
commit
2144fab671
@@ -1,5 +1,8 @@
|
|||||||
2000-01-22 Martin Baulig <martin@home-of-linux.org>
|
2000-01-22 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* include/glibtop/backend.h (_glibtop_backend_module): Added
|
||||||
|
`extra_libs'.
|
||||||
|
|
||||||
* configure.in (LIBGTOP_LIBS): Removed `-lgtop_sysdeps'. This
|
* configure.in (LIBGTOP_LIBS): Removed `-lgtop_sysdeps'. This
|
||||||
is gmodule loaded from the backend open function.
|
is gmodule loaded from the backend open function.
|
||||||
|
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ struct _glibtop_backend_module
|
|||||||
{
|
{
|
||||||
int refcount;
|
int refcount;
|
||||||
GModule *module;
|
GModule *module;
|
||||||
|
GSList *extra_modules;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _IN_LIBGTOP */
|
#endif /* _IN_LIBGTOP */
|
||||||
@@ -73,6 +74,8 @@ struct _glibtop_backend_entry
|
|||||||
char *libtool_name;
|
char *libtool_name;
|
||||||
char *shlib_name;
|
char *shlib_name;
|
||||||
|
|
||||||
|
GSList *extra_libs;
|
||||||
|
|
||||||
/* This is const since you must not attempt to
|
/* This is const since you must not attempt to
|
||||||
* write into gmodule loaded memory. */
|
* write into gmodule loaded memory. */
|
||||||
const glibtop_backend_info *info;
|
const glibtop_backend_info *info;
|
||||||
|
|||||||
Reference in New Issue
Block a user