Removed explicit m_buf[0] from InjectionRequest

This commit is contained in:
Ivan Skytte Jørgensen
2016-04-04 14:27:56 +02:00
parent ce5a6cf3a9
commit 1f6305087e

@ -60,8 +60,7 @@ class InjectionRequest {
int32_t size_content;
int32_t size_metadata;
// serialized space for the ptr_* strings above
char m_buf[0];
// variable data begins here
};