On Thu, 23 Sep 2021 16:11:42 +0000 "Pattan, Reshma" <[email protected]> wrote:
> > struct pdump_request {
> > + uint16_t flags;
> Why is the flags type changed from unit32_t unint16_t?
Only to pack the structure. They were unused.
On Thu, 23 Sep 2021 16:11:42 +0000 "Pattan, Reshma" <[email protected]> wrote:
> > struct pdump_request {
> > + uint16_t flags;
> Why is the flags type changed from unit32_t unint16_t?
Only to pack the structure. They were unused.