internal LogExtent(string path, long size, LogExtentState state) { this.path = path; this.size = size; this.state = state; }