On Thu, Jan 16, 2014 at 10:42:01AM +0100, Olaf Hering wrote:
> On Tue, Jan 14, K. Y. Srinivasan wrote:
> 
> > +enum hv_fcopy_op {
> > +   START_FILE_COPY = 0,
> > +   WRITE_TO_FILE,
> > +   COMPLETE_FCOPY,
> > +   CANCEL_FCOPY,
> > +};
> > +
> > +struct hv_fcopy_hdr {
> > +   enum hv_fcopy_op operation;
> > +   uuid_le service_id0; /* currently unused */
> > +   uuid_le service_id1; /* currently unused */
> > +} __attribute__((packed));
> 
> Is enum a fixed size?

No, it's not.  The compiler has a lot of latitude in choosing the size
for enums.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to