Re: [Demexp-dev] XDR _int32 attribute

2005-09-26 Par sujet David MENTRE
Hello Thomas, 2005/9/25, Thomas Petazzoni [EMAIL PROTECTED]: While trying to compile the demexp XDR file with an other RPC generator, I found that this generator doesn't understand the « _int32 » attribute used at three places in the XDR file. I've grepped RFC 1014, and haven't found any

Re: [Demexp-dev] XDR _int32 attribute

2005-09-26 Par sujet David MENTRE
Hello, 2005/9/26, Thomas Petazzoni [EMAIL PROTECTED]: So, a simple «int» should be 32-bits signed integer. If ocamlrpcgen doesn't do that by default, then I suppose it's broken. AFAIR, ocamlrpcgen maps by default XDR int to opaque 4-bytes type, that should be manually converted to OCaml native

[Demexp-dev] XDR _int32 attribute

2005-09-25 Par sujet Thomas Petazzoni
Hi, While trying to compile the demexp XDR file with an other RPC generator, I found that this generator doesn't understand the « _int32 » attribute used at three places in the XDR file. I've grepped RFC 1014, and haven't found any occurence for this attribute. What is it ? Is it specific to