Add 'CpuSched' & Rearrange 'Swap' sections
[platform/core/system/resourced.git] / src / common / swap-common.h
index f4d2c3e..71e2209 100644 (file)
@@ -104,7 +104,7 @@ struct zswap_conf {
 struct swap_conf {
        bool enable;
        bool boot_reclaim_enable;
-       char type[30];
+       enum swap_type swap_type;
        int swappiness[CGROUP_END];
        struct zram_conf zram;
        struct zswap_conf zswap;