[libgtop] Fix constant name for GLIBTOP_MAX_PROC_WD.
- From: Benoît Dejean <bdejean src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgtop] Fix constant name for GLIBTOP_MAX_PROC_WD.
- Date: Tue, 25 Aug 2015 20:34:20 +0000 (UTC)
commit 52c35c1b81303d91d8c7515ffb188803ce5202a3
Author: Benoît Dejean <bdejean gmail com>
Date: Tue Aug 25 22:32:57 2015 +0200
Fix constant name for GLIBTOP_MAX_PROC_WD.
include/glibtop/procwd.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/include/glibtop/procwd.h b/include/glibtop/procwd.h
index 5fb1771..2bb96a4 100644
--- a/include/glibtop/procwd.h
+++ b/include/glibtop/procwd.h
@@ -30,7 +30,7 @@ typedef struct _glibtop_proc_wd glibtop_proc_wd;
#define GLIBTOP_PROC_WD_NUMBER 0
#define GLIBTOP_PROC_WD_ROOT 1
#define GLIBTOP_PROC_WD_EXE 2
-#define GLIBTOP_PROC_WD_MAX 3
+#define GLIBTOP_MAX_PROC_WD 3
#define GLIBTOP_PROC_WD_ROOT_LEN 215
#define GLIBTOP_PROC_WD_EXE_LEN 215
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]