return 0;
}
+ Jmsg(jcr, M_VERIFIED, 0, "Veryfying: %s\n", ff_pkt->fname);
+
dir = jcr->dir_bsock;
jcr->num_files_examined++; /* bump total file count */
attr->data_stream = decode_stat(attr->attr, &attr->statp,
sizeof(attr->statp), &attr->LinkFI);
+ Jmsg(jcr, M_VERIFIED, 0, "Veryfying: %s\n", attr->fname);
+
jcr->lock();
jcr->JobFiles++;
jcr->num_files_examined++;
M_RESTORED, /* ls -l of restored files */
M_SECURITY, /* security violation */
M_ALERT, /* tape alert messages */
- M_VOLMGMT /* Volume management messages */
+ M_VOLMGMT, /* Volume management messages */
+ M_VERIFIED /* Verify job messages */
};
-#define M_MAX M_VOLMGMT /* keep this updated ! */
+#define M_MAX M_VERIFIED /* keep this updated ! */
#define M_ALL M_MAX+1
/* We cannot store more than this amount of custom events */
{"Alert", M_ALERT},
{"VolMgmt", M_VOLMGMT},
{"ErrorTerm", M_ERROR_TERM},
+ {"Verified", M_VERIFIED},
{"All", M_MAX+1},
{NULL, 0}
};