Actually I like the padding. This way when I move the event pointer
forward, I only need to compare it to a constant (PAGE_SIZE), or test to
see if the event is padding. Placing this into the buffer page, I will
have to always compare it to that pointer.
But I guess I could change it to that if needed. That doesn't affect the
API, as it is only internal.
I'm almost done with v7, perhaps I might try that with v8 to see if I like
it better.
-- Steve
--