mds/events: Initialize Non-static class members in EFragment
Fixes the coverity scan report:
CID 717240: Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member op is not initialized in this constructor nor in any functions that it calls.
4. uninit_member: Non-static class member bits is not initialized in this constructor nor in any functions that it calls.