summaryrefslogtreecommitdiffstats
path: root/source/lib/socket/socket_unix.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-27 06:16:59 +0000
committerAndrew Tridgell <tridge@samba.org>2005-01-27 06:16:59 +0000
commit479abd2fa6e99424ce7a646cdd91863a051256bc (patch)
treed56758aa83817329b5b77794b08ff9192181e6bc /source/lib/socket/socket_unix.c
parent5b82fff09cd3d3504376fda1afe37a2ffbc949e6 (diff)
downloadsamba-479abd2fa6e99424ce7a646cdd91863a051256bc.tar.gz
samba-479abd2fa6e99424ce7a646cdd91863a051256bc.tar.xz
samba-479abd2fa6e99424ce7a646cdd91863a051256bc.zip
r5034: - added a type mapping function in pidl, so the type names in our IDL
files don't need to match the type names in the generated headers - with this type mapping we no longer need definitions for the deprecated "int32", "uint8" etc form of types. We can now force everyone to use the standard types int32_t, uint8_t etc. - fixed all the code that used the deprecated types - converted the IDL types "int64" and "uint64" to "dlong" and "udlong". These are the 4 byte aligned 64 bit integers that Microsoft internally define as two 32 bit integers in a structure. After discussions with Ronnie Sahlberg we decided that calling these "int64" was confusing, as it implied a true 8 byte aligned type - fixed all the cases where we incorrectly used things like "NTTIME_hyper" in our C code. The generated API now uses a NTTIME for those. The fact that it is hyper-aligned on the wire is not relevant to the API, and should remain just a IDL property
Diffstat (limited to 'source/lib/socket/socket_unix.c')
0 files changed, 0 insertions, 0 deletions