diff options
Diffstat (limited to 'include/linux/sunrpc/gss_api.h')
| -rw-r--r-- | include/linux/sunrpc/gss_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/gss_api.h b/include/linux/sunrpc/gss_api.h index 03f33330ece2..b22d7f189ceb 100644 --- a/include/linux/sunrpc/gss_api.h +++ b/include/linux/sunrpc/gss_api.h | |||
| @@ -80,6 +80,8 @@ struct gss_api_mech { | |||
| 80 | /* pseudoflavors supported by this mechanism: */ | 80 | /* pseudoflavors supported by this mechanism: */ |
| 81 | int gm_pf_num; | 81 | int gm_pf_num; |
| 82 | struct pf_desc * gm_pfs; | 82 | struct pf_desc * gm_pfs; |
| 83 | /* Should the following be a callback operation instead? */ | ||
| 84 | const char *gm_upcall_enctypes; | ||
| 83 | }; | 85 | }; |
| 84 | 86 | ||
| 85 | /* and must provide the following operations: */ | 87 | /* and must provide the following operations: */ |
