New error constant. (GLIBTOP_ERROR_INCOMPATIBLE_KERNEL): New error

1999-12-22  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/errors.h
	(GLIBTOP_ERROR_NO_KERNEL_SUPPORT): New error constant.
	(GLIBTOP_ERROR_INCOMPATIBLE_KERNEL): New error constant.
This commit is contained in:
Martin Baulig
1999-12-22 12:51:59 +00:00
committed by Martin Baulig
parent d86a386ad8
commit 1ad3a69d8f
3 changed files with 11 additions and 2 deletions

View File

@@ -33,7 +33,9 @@ const char *glibtop_error_strings[GLIBTOP_MAX_ERROR] = {
N_("Attempted to modify a read-only value"),
N_("Parameter size mismatch"),
N_("Communication with LibGTop server failed"),
N_("No such process")
N_("No such process"),
N_("No kernel support"),
N_("Incompatible kernel version")
};
char *