CID 717344: Uninitialized scalar field (UNINIT_CTOR)At (2): Non-static class
member "epoch_started" is not initialized in this constructor nor in any
functions that it calls.
Signed-off-by: Samuel Just <sam.just@inktank.com>
list<ObjectStore::Transaction*> tls;
RepModify() : pg(NULL), ctx(NULL), applied(false), committed(false), ackerosd(-1),
- bytes_written(0) {}
+ epoch_started(0), bytes_written(0) {}
};
struct C_OSD_RepModifyApply : public Context {