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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user