summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-16 10:03:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:43 -0500
commita6878f6c6e17ea99baf57e5724d524548a44ada8 (patch)
treeab330ca0026650d07d4c1d693ba77f43c81aab0e /source4/build
parent845f5596c86928b7db4337c8c269130bc55338fe (diff)
downloadsamba-a6878f6c6e17ea99baf57e5724d524548a44ada8.tar.gz
samba-a6878f6c6e17ea99baf57e5724d524548a44ada8.tar.bz2
samba-a6878f6c6e17ea99baf57e5724d524548a44ada8.zip
r5414: - added libcli/wins/, a basic client library for WINS replication
- added a new IDL type "udlongr", which is like udlong, but with the two uint32 halves reversed - modified the winsrepl.idl to cope with a wider range of packets (This used to be commit bc8d60c918f2e268d591aac464fc6a78c38a4cf9)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/ndr.pm1
-rw-r--r--source4/build/pidl/util.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/pidl/ndr.pm b/source4/build/pidl/ndr.pm
index 098729ad94..81a909c472 100644
--- a/source4/build/pidl/ndr.pm
+++ b/source4/build/pidl/ndr.pm
@@ -30,6 +30,7 @@ sub RegisterPrimitives()
"uint32" => 4,
"dlong" => 4,
"udlong" => 4,
+ "udlongr" => 4,
"NTTIME" => 4,
"NTTIME_1sec" => 4,
"time_t" => 4,
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm
index 02a7518ccf..8e87215fd8 100644
--- a/source4/build/pidl/util.pm
+++ b/source4/build/pidl/util.pm
@@ -327,6 +327,7 @@ my %type_mappings =
"uint64" => "uint64_t",
"dlong" => "int64_t",
"udlong" => "uint64_t",
+ "udlongr" => "uint64_t",
"hyper" => "uint64_t",
"NTTIME_1sec" => "NTTIME",
"NTTIME_hyper" => "NTTIME",