1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r13738: added support for a "pointer" type in pidl. This will be used in the

opendb work that will be committed shortly.

The pointer type assumes that pointers fit in 64 bits, which is
probably OK on all our supported architectures.
This commit is contained in:
Andrew Tridgell
2006-02-28 03:42:19 +00:00
committed by Gerald (Jerry) Carter
parent 95a8599806
commit d2a2057ea5
3 changed files with 33 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ my $scalar_alignment = {
'int32' => 4,
'uint32' => 4,
'hyper' => 8,
'pointer' => 8,
'dlong' => 4,
'udlong' => 4,
'udlongr' => 4,