mcctrl: track and clean up ikc2linux channels

This commit is contained in:
Balazs Gerofi
2017-06-12 13:03:07 +09:00
parent b03f69783a
commit d9e6ff235d
2 changed files with 62 additions and 9 deletions

View File

@ -309,7 +309,10 @@ struct mcctrl_usrdata {
struct ihk_ikc_listen_param listen_param2;
ihk_os_t os;
int num_channels;
/* Channels used for sending messages to LWK */
struct mcctrl_channel *channels;
/* Channels used for receiving messages from LWK */
struct ihk_ikc_channel_desc **ikc2linux;
int remaining_job;
int base_cpu;
int job_pos;