diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2008-09-04 18:43:14 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2008-09-04 18:43:14 +0000 |
| commit | e472b5dd07e78f0180f4fbf5f22fc2fff2ab2548 (patch) | |
| tree | d8e92c566046b39c8fa8de207ee77d52b79261b4 /src/ccapi/lib/win | |
| parent | de5ddef09b291bd0c6e933a65fcdaf63aee2f7df (diff) | |
| download | krb5-e472b5dd07e78f0180f4fbf5f22fc2fff2ab2548.tar.gz krb5-e472b5dd07e78f0180f4fbf5f22fc2fff2ab2548.tar.xz krb5-e472b5dd07e78f0180f4fbf5f22fc2fff2ab2548.zip | |
CCAPI should only use one pthread key
Use k5 thread functions. Also add destructors so if we ever have a way
to detect application exit that the pthread key is destroyed.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20705 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/lib/win')
| -rw-r--r-- | src/ccapi/lib/win/ccapi_os_ipc.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ccapi/lib/win/ccapi_os_ipc.cxx b/src/ccapi/lib/win/ccapi_os_ipc.cxx index 617598b77b..4b00e2de38 100644 --- a/src/ccapi/lib/win/ccapi_os_ipc.cxx +++ b/src/ccapi/lib/win/ccapi_os_ipc.cxx @@ -120,6 +120,13 @@ extern "C" cc_int32 cci_os_ipc_thread_init (void) { /* ------------------------------------------------------------------------ */ +void cci_os_ipc_thread_fini (void) +{ +} + + +/* ------------------------------------------------------------------------ */ + cc_int32 cci_os_ipc (cc_int32 in_launch_server, cci_stream_t in_request_stream, cci_stream_t* out_reply_stream) { |
