diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2008-10-22 20:40:29 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2008-10-22 20:40:29 +0000 |
| commit | 50e7f8e37b9d532343d9316677559664df88b466 (patch) | |
| tree | 5960ef9fe962d2042fe64c01727072dbd4e80a0b /src/ccapi/lib/ccapi_context.h | |
| parent | 006d3ec49636996908bf1c109f01fe76192e4e68 (diff) | |
| download | krb5-50e7f8e37b9d532343d9316677559664df88b466.tar.gz krb5-50e7f8e37b9d532343d9316677559664df88b466.tar.xz krb5-50e7f8e37b9d532343d9316677559664df88b466.zip | |
Remove ipc message sent on cc_context_release
IPC message was causing problems when called from thread fini function
(via krb5_stdcc_shutdown).
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20908 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/lib/ccapi_context.h')
| -rw-r--r-- | src/ccapi/lib/ccapi_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ccapi/lib/ccapi_context.h b/src/ccapi/lib/ccapi_context.h index 7462a056e..564f49db9 100644 --- a/src/ccapi/lib/ccapi_context.h +++ b/src/ccapi/lib/ccapi_context.h @@ -29,6 +29,10 @@ #include "cci_common.h" +/* Used for freeing ccapi context in thread fini calls + * Does not tell the server you are exiting. */ +cc_int32 cci_context_destroy (cc_context_t in_context); + cc_int32 ccapi_context_release (cc_context_t in_context); cc_int32 ccapi_context_get_change_time (cc_context_t in_context, |
