TEST: Change the last test to be a more simple REGISTER/UNREGISTER test for persisntet registrations.

This commit is contained in:
Ronnie Sahlberg
2012-12-18 20:30:03 -08:00
parent 2a74fc00bc
commit 0338e4edd0
6 changed files with 230 additions and 101 deletions

View File

@@ -718,7 +718,7 @@ struct scsi_persistent_reserve_in_read_keys {
uint32_t prgeneration;
uint32_t additional_length;
uint32_t num_keys;
int num_keys;
uint64_t keys[0];
};