Adds support to SecAuditLogParts

This commit is contained in:
Felipe Zimmerle
2015-07-10 19:05:46 -03:00
parent 5e33a1a3c4
commit 0c98bdc80b
8 changed files with 76 additions and 63 deletions

View File

@@ -33,7 +33,7 @@ std::string AuditLogWriter::file_name(const std::string& unique_id) {
* Temporary print the log into the std::cout to debug purposes.
*
*/
bool AuditLogWriter::write(Assay *assay) {
bool AuditLogWriter::write(Assay *assay, int parts) {
std::cout << assay->to_json(0) << std::endl;
return true;
}