pass: pmqos: Group the private data of PMQoS module into struct pmqos 68/174368/7
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Mar 2018 10:30:54 +0000 (19:30 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 6 Apr 2018 05:49:39 +0000 (14:49 +0900)
commit821baa23cfbf89ccc414dfde698794b70a60aa4d
treea6511af97e5843d175b7d49d53a22ddaf7528fe9
parent49f1f60714bb1efb691f7677eefb404de14173b7
pass: pmqos: Group the private data of PMQoS module into struct pmqos

PASS uses the 'scenario' expression which indicates the unique user-scnaerio
or the specific situation. 'struct pass_pmqos' is used to handle 'scenario'.

'struct pass_pmqos' is used on multiple modules and then it might have
both common variables and specific variables used on particular PASS module.

So, group the private data of PMQOS module into the 'struct pmqos'.

Change-Id: I65111779ecd2dca7ff2ecbc5ace1d6e16f1824c8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-parser.c
src/pass/pass-pmqos.c
src/pass/pass.h