Message type for PM_SRV_KILL

Change-Id: I2d74b68db2d006dd375732a7932f20c2cf6a342a
This commit is contained in:
2014-05-13 18:50:59 +02:00
parent 9a4c1520cf
commit dbfa59164b
3 changed files with 13 additions and 3 deletions

View File

@@ -647,6 +647,14 @@ typedef struct {
} mess_rs_pm_exec_restart;
_ASSERT_MSG_SIZE(mess_rs_pm_exec_restart);
typedef struct {
pid_t pid;
int nr;
uint8_t padding[48];
} mess_rs_pm_srv_kill;
_ASSERT_MSG_SIZE(mess_rs_pm_srv_kill);
typedef struct {
dev_t device;
off_t seek_pos;
@@ -1163,6 +1171,7 @@ typedef struct {
mess_pm_lsys_getprocnr m_pm_lsys_getprocnr;
mess_rs_pm_exec_restart m_rs_pm_exec_restart;
mess_rs_pm_srv_kill m_rs_pm_srv_kill;
mess_vfs_fs_breadwrite m_vfs_fs_breadwrite;
mess_vfs_fs_chmod m_vfs_fs_chmod;