Renamed m_vm_vfs to m_vm_vfs_mmap.

Stay coherent with the naming scheme of the messages.

Change-Id: Icc0e13a88ec29263502166c0e6eec81cdb974663
This commit is contained in:
2013-11-28 18:59:46 +01:00
parent e69e14895d
commit 301f5f87f0
3 changed files with 17 additions and 17 deletions

View File

@@ -186,9 +186,9 @@ typedef struct {
mess_11 m_m11;
mess_mmap m_mmap;
mess_notify m_notify;
mess_vm_vfs_mmap m_vm_vfs_mmap;
mess_vmmcp m_vmmcp;
mess_vmmcp_reply m_vmmcp_reply;
mess_vm_vfs_mmap m_vm_vfs;
mess_sigcalls m_sigcalls; /* SYS_{GETKSIG,ENDKSIG,KILL,SIGSEND,SIGRETURN} */
u8_t size[56]; /* message payload may have 56 bytes at most */
};