types: remove the [u_]quad type and replace with [u]int64
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 16 Aug 2014 21:51:53 +0000 (14:51 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 16 Aug 2014 21:51:53 +0000 (14:51 -0700)
All current platforms have a quad type that maps to a 64bit scalar.
But there are platforms where quad maps to a 64bit non-scalar.

Replace quad with int64 in the protocol definitions and the ZDR layer
so that these fields will map to a 64 bit scalar also on those platforms
where quad can not be used.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>

No differences found