s3-param use .offset rather than .ptr (renames)
authorAndrew Bartlett <abartlet@samba.org>
Wed, 29 Jun 2011 00:48:35 +0000 (10:48 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Jun 2011 02:42:03 +0000 (04:42 +0200)
commit0e38199a84368273739e440eb0163b95651dad7f
treeb85e4a7c56cf6767cf48dc52ad7ba28793097f03
parent1fffddb2386e5c220d022da7e7a0b1baf410ce09
s3-param use .offset rather than .ptr (renames)

This commit uses GLOBAL_VAR and LOCAL_VAR macros to hide the use of .ptr
in the source3 loadparm code.

This will then be changed to use offsetof() in a future commit, removing
the #define offset ptr hack.

Andrew Bartlett
source3/param/loadparm.c