Merge branch '10.2' into 10.3

This commit is contained in:
Sergei Golubchik 2019-03-17 13:06:41 +01:00
commit b64fde8f38
147 changed files with 1440 additions and 772 deletions

View file

@ -5726,7 +5726,7 @@ AIO::AIO(
m_not_full = os_event_create("aio_not_full");
m_is_empty = os_event_create("aio_is_empty");
memset(&m_slots[0], 0x0, sizeof(m_slots[0]) * m_slots.size());
memset((void*)&m_slots[0], 0x0, sizeof(m_slots[0]) * m_slots.size());
#ifdef LINUX_NATIVE_AIO
memset(&m_events[0], 0x0, sizeof(m_events[0]) * m_events.size());
#endif /* LINUX_NATIVE_AIO */