From 94a0ad95bc19f181beadef7cf7c4dade556eba7f Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Tue, 30 Jun 2009 14:29:12 +0200 Subject: Cleanup: find better name for CGRULE_CGRED_TEMP_FILE Rename CGRULE_CGRED_TEMP_FILE to CGRULE_CGRED_SOCKET_PATH to better describe the macro usage - it's not a temporary file, it's a socket. Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani --- include/libcgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libcgroup.h b/include/libcgroup.h index 953703b..8a86cb7 100644 --- a/include/libcgroup.h +++ b/include/libcgroup.h @@ -53,7 +53,7 @@ __BEGIN_DECLS #define CGRULE_WILD (-2) /* FIXME: Change the temporary file to configurable one. */ -#define CGRULE_CGRED_TEMP_FILE "/tmp/cgred" +#define CGRULE_CGRED_SOCKET_PATH "/tmp/cgred" #define CGRULE_SUCCESS_STORE_PID "SUCCESS_STORE_PID" /* Flags for cgroup_change_cgroup_uid_gid() */ -- cgit