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:
Martin Baulig
2000-01-22 22:15:48 +00:00
committed by Martin Baulig
parent e8c90833e8
commit 2144fab671
2 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ struct _glibtop_backend_module
{
int refcount;
GModule *module;
GSList *extra_modules;
};
#endif /* _IN_LIBGTOP */
@@ -73,6 +74,8 @@ struct _glibtop_backend_entry
char *libtool_name;
char *shlib_name;
GSList *extra_libs;
/* This is const since you must not attempt to
* write into gmodule loaded memory. */
const glibtop_backend_info *info;