From 8bb1bab7542944a3ce1b9c92fcb2ec6731806ae4 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 18 Mar 2011 21:22:12 +0100 Subject: rpc: constify some more data Comments in header were used by vda on a similar commit Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/rpc/auth.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/rpc/auth.h') diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 1d5198ca4..e2c7987dc 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -96,6 +96,10 @@ struct AUTH { struct opaque_auth ah_cred; struct opaque_auth ah_verf; union des_block ah_key; + /* not sure whether non-const-ness is a part of the spec... if it is, + * enclose "const" in #ifdef _LIBC / #endif + * to make it effective only for libc compile */ + const struct auth_ops { void (*ah_nextverf) (AUTH *); int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */ -- cgit v1.2.3