Skip to content

Commit

Permalink
Update mock_processor to enable nvflare usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueXu77 authored May 28, 2024
1 parent 7f86787 commit bdcb6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processing/plugins/mock_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <cstdint>
#include "./mock_processor.h"

const char kSignature[] = "NVDADAM1"; // DAM (Direct Accessible Marshalling) V1
const char kSignature[] = "NVDAMOCK"; // DAM (Direct Accessible Marshalling) Mock Version
const int64_t kPrefixLen = 24;

bool ValidDam(void *buffer, std::size_t size) {
Expand Down

0 comments on commit bdcb6e2

Please sign in to comment.