Skip to content

Commit

Permalink
Undid last change the this file. We will keep the setPrpBuffer with a…
Browse files Browse the repository at this point in the history
… constant pointer to private. This is not needed since it is easier to use the shared memory buffers.
  • Loading branch information
JeffHensel committed Aug 8, 2016
1 parent ca8b484 commit 00b775f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cmds/prpData.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ class PrpData
*/
void Dump(DumpFilename filename, string fileHdr) const;


protected:
/**
* Accept a previously created Read Only (RO) IOQ buffer as the user data to
* be populated in the PRP fields of a cmd. This method is only intended to
Expand All @@ -107,9 +109,6 @@ class PrpData
void SetPrpBuffer(send_64b_bitmask prpFields, uint8_t const *memBuffer,
uint64_t bufSize);


protected:

/**
* Each cmd has unique requirements as to how its PRP ptrs can be
* interpreted This method should be called during child class instantiation
Expand Down

0 comments on commit 00b775f

Please sign in to comment.