Data types in samba4

Michael B Allen mba2000 at ioplex.com
Fri Jan 16 21:46:36 GMT 2004


> I call it with
>
> sh convert.sh */*.h */*.c */*/*.h */*/*.c librpc/idl/*.idl build/pidl/*.*
>

I don't think you want to do this. The purpose of using uintN_t is to ensure that
there is proper storage for binary formats that have fields with a specific number
of bits. Other instances if 'unsigned int' or 'int' or 'long' etc should not be
converted. Only packet and file formats where fields have specific size
requirements.

Mike

-- 
A program should be written to  model the concepts of the task it
performs rather than the physical world or a process because this
maximizes the  potential for it  to be applied  to tasks that are
conceptually similar and, more  important, to tasks that have not
yet been conceived.


More information about the samba-technical mailing list