Added clarifying comment.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11024 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,7 +29,7 @@ struct messaging_area_header {
|
||||
struct messaging_command {
|
||||
int32 next_command;
|
||||
uint32 command;
|
||||
int32 size;
|
||||
int32 size; // == sizeof(messaging_command) + dataSize
|
||||
char data[0];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user