Initialize close offset

This commit is contained in:
Nik Bougalis
2015-07-27 15:06:55 -07:00
committed by Edward Hennis
parent 3f0eacf5e7
commit ecf1a3c69c

View File

@@ -49,6 +49,7 @@ public:
explicit
TimeKeeperImpl (beast::Journal j)
: j_ (j)
, closeOffset_ {}
, clock_ (make_SNTPClock(j))
{
}