/* for internal use */
int _handle_path(void *, int, char **);
- private:
+ private:
+ Bvfs(const Bvfs &); /* prohibit pass by value */
+ Bvfs & operator = (const Bvfs &); /* prohibit class assignment */
+
JCR *jcr;
B_DB *db;
- POOLMEM *jobids;
+ db_list_ctx jobids;
uint32_t limit;
uint32_t offset;
uint32_t nb_record; /* number of records of the last query */
General:
30Aug09
+kes Fix bug #1355 Director crashes with double free in Accurate SQL query
+ ebl Prohibe copy and assignment in Bvfs.
28Aug09
kes Fix bug #1357 Verify jobs fail when job has zero files
26Aug09