api: Move generic fields to the top of subsession_event_info 08/275908/4
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 6 Jun 2022 10:25:27 +0000 (12:25 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Tue, 7 Jun 2022 13:56:03 +0000 (15:56 +0200)
commite43b525e682ac3fcff7c2c23362f5c89e64e5b49
tree352e25324c2f2ecaa0972cbd283dbbd54ac752b7
parent0e5b555243e7516ecabc553bbd0e8756a944d366
api: Move generic fields to the top of subsession_event_info

Also happens to fix some functions referencing the wrong union member.

Changes in:
  - public interface header (libsessiond.h) authored by Karol Lewandowski
  - the rest implemented by Michal Bloch

Change-Id: I5dde2519a85c2e0ab3fc9621324eb140b0825743
libsessiond/include/sessiond.h
libsessiond/src/lib.c
libsessiond/target_test/test_api_adduserwait.cpp
libsessiond/target_test/test_api_event_wait_done_err.cpp
libsessiond/target_test/test_api_reg_unreg_add_user_wait.cpp
libsessiond/target_test/test_api_removeuserwait.cpp
libsessiond/target_test/test_api_switch_user_completion.cpp
libsessiond/target_test/test_api_switch_user_wait.cpp