summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2015-08-25 22:32:57 +0200
committerBenoît Dejean <bdejean@gmail.com>2015-08-25 22:32:57 +0200
commit52c35c1b81303d91d8c7515ffb188803ce5202a3 (patch)
tree0c32aeccbfe2301bf8945e2f48c3daa9c852194e
parente528a7280b89c9439e7a7798eb8cf8a7b594d52c (diff)
downloadlibgtop-52c35c1b81303d91d8c7515ffb188803ce5202a3.tar.gz
Fix constant name for GLIBTOP_MAX_PROC_WD.
-rw-r--r--include/glibtop/procwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/procwd.h b/include/glibtop/procwd.h
index 5fb17718..2bb96a41 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