- updated simulation
This commit is contained in:
@@ -1021,7 +1021,7 @@ extern int close(int fp);
|
||||
/* initialize the Request data */
|
||||
Req_buff.bigend = htonl (0x12345678);
|
||||
Req_buff.cmnd = htonl (SQHM_READ);
|
||||
Req_buff.u.read.n_bins = htonl (iEnd);
|
||||
Req_buff.u.read.n_bins = htonl (iEnd-iStart);
|
||||
Req_buff.u.read.first_bin = htonl (iStart);
|
||||
Req_buff.u.read.hist_no = htonl (iNum);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user