Subject Re: [IB-Architect] Generator bugfix RFP
Author Charlie Caro
"Griffin, Patrick J." wrote:
>
> Charlie,
>
> Let me ask a question, as a check of my understanding of the problem.
>
> The current sequence/offset calculation is using an incorrect constant; more
> generators are being allocated on one page then can possibly fit.
>
> If so, is one possible solution as simple as creating a new contant (USHORT
> dbb_gv_per_pp; /* generator values per generator page */) and using that new
> value in the sequence/offset calcuation?
>

Pat,

That's a good start. I assume you would adjust that constant for the
size of the generators, right? Or you might want to create a new member
in the page control block, pgc_gpp /* generators per page */

Regards,
Charlie