| .. | .. |
|---|
| 13 | 13 | #ifndef _LINUX_SUNRPC_AUTH_GSS_H |
|---|
| 14 | 14 | #define _LINUX_SUNRPC_AUTH_GSS_H |
|---|
| 15 | 15 | |
|---|
| 16 | | -#ifdef __KERNEL__ |
|---|
| 17 | 16 | #include <linux/refcount.h> |
|---|
| 18 | 17 | #include <linux/sunrpc/auth.h> |
|---|
| 19 | 18 | #include <linux/sunrpc/svc.h> |
|---|
| .. | .. |
|---|
| 70 | 69 | refcount_t count; |
|---|
| 71 | 70 | enum rpc_gss_proc gc_proc; |
|---|
| 72 | 71 | u32 gc_seq; |
|---|
| 72 | + u32 gc_seq_xmit; |
|---|
| 73 | 73 | spinlock_t gc_seq_lock; |
|---|
| 74 | 74 | struct gss_ctx *gc_gss_ctx; |
|---|
| 75 | 75 | struct xdr_netobj gc_wire_ctx; |
|---|
| .. | .. |
|---|
| 89 | 89 | unsigned long gc_upcall_timestamp; |
|---|
| 90 | 90 | }; |
|---|
| 91 | 91 | |
|---|
| 92 | | -#endif /* __KERNEL__ */ |
|---|
| 93 | 92 | #endif /* _LINUX_SUNRPC_AUTH_GSS_H */ |
|---|
| 94 | 93 | |
|---|