Message type for DL_GETSTAT_S

Change-Id: Ia5c2bf7a3d796a6a0463af70059e82fddd43d69c
This commit is contained in:
2014-05-19 19:40:12 +02:00
parent 50ab3b569d
commit 079646e056
14 changed files with 31 additions and 23 deletions

View File

@@ -828,6 +828,13 @@ typedef struct {
} mess_netdrv_net_dl_conf;
_ASSERT_MSG_SIZE(mess_netdrv_net_dl_conf);
typedef struct {
cp_grant_id_t grant;
uint8_t padding[52];
} mess_net_netdrv_dl_getstat_s;
_ASSERT_MSG_SIZE(mess_net_netdrv_dl_getstat_s);
typedef struct {
uid_t egid;
@@ -1409,6 +1416,7 @@ typedef struct {
mess_lsys_vfs_mapdriver m_lsys_vfs_mapdriver;
mess_net_netdrv_dl_conf m_net_netdrv_dl_conf;
mess_net_netdrv_dl_getstat_s m_net_netdrv_dl_getstat_s;
mess_netdrv_net_dl_conf m_netdrv_net_dl_conf;