<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>In slave mode, can the master simulator give disksim a second request before disksim has finished processing a previous one?<br><br>If so, then how does the master know which request completed, when disksim calls its completion function?<br><br>In my code, the completion function completion(t, *req, *ctx) returns garbage values in req and ctx is null.<br><br>Or should I be using iface->ctx to point to the request currently being processed by disksim? If so, then disksim cannot handle more than one request at a time. <br><br>Any enlightening comments welcome.<br><br>Thanks.<br></td></tr></table><br>