added localsock { name } to glibtop_open_files_entry. Should not break

* examples/openfiles.c: (show_open_files):
	* include/glibtop/procopenfiles.h: added localsock { name } to
	glibtop_open_files_entry. Should not break ABI.
This commit is contained in:
Benoît Dejean
2005-01-21 23:28:47 +00:00
parent 793807b07e
commit 9b263e0fbb
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2005-01-22 Benoît Dejean <TazForEver@dlfp.org>
* examples/openfiles.c: (show_open_files):
* include/glibtop/procopenfiles.h: added localsock { name } to
glibtop_open_files_entry. Should not break ABI.
2005-01-12 Benoît Dejean <TazForEver@dlfp.org>
* configure.in: 2.9.5.

View File

@@ -77,6 +77,12 @@ struct _glibtop_open_files_entry
struct {
char name[GLIBTOP_OPEN_FILENAME_LEN+1];
} file;
/* When type == GLIBTOP_FILE_TYPE_LOCALSOCKET */
struct {
char name[GLIBTOP_OPEN_FILENAME_LEN+1];
} localsock;
} info;
};