plugin-api: resourced: Add a skeleton of get_kill_candidates_post funcs
[platform/core/system/libsyscommon.git] / src / plugin-api / resourced / include / syscommon-plugin-resourced-memory-lmk-interface.h
index 9bfc4ac..3b7447a 100644 (file)
@@ -36,7 +36,9 @@ typedef struct _syscommon_plugin_backend_resourced_memory_lmk_funcs {
                                GArray *task_info_app_array,
                                GArray *task_info_proc_array,
                                unsigned long totalram_kb);
-
+       int (*get_kill_candidates_post)(GArray *candidates);
+       int (*get_kill_candidates_post_with_wss)(GArray *candidates);
+       int (*get_kill_candidates_post_with_foreground)(GArray *candidates);
 } syscommon_plugin_backend_resourced_memory_lmk_funcs;
 
 #ifdef __cplusplus