tizen 2.3 release
[kernel/api/system-resource.git] / src / vip-agent / vip-process.h
similarity index 70%
rename from src/proc-stat/include/proc-winstate.h
rename to src/vip-agent/vip-process.h
index dd9d3ce..e47ad74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  resourced
+ * resourced
  *
  * Copyright (c) 2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
  */
 
 /**
- * @file proc_noti.h
- * @desc communication api with libresourced for grouping process
+ * @file proc-monitor.h
+ * @desc  proc monitor
  **/
 
-#ifndef __PROC_WINSTATE_H__
-#define __PROC_WINSTATE_H__
+#ifndef __RESOURCED_VIP_PROCESS_H__
+#define __RESOURCED_VIP_PROCESS_H__
 
-int proc_win_status_init(void);
-int proc_add_visibiliry(int pid);
+#define CHECK_RELEASE_PROGRESS "/tmp/.release_ongoing"
+#define VIP_CGROUP             "/sys/fs/cgroup/vip"
 
-#endif /*__PROC_WINSTATE_H__*/
+#endif /* __RESOURCED_VIP_PROCESS_H__ */