diff options
Diffstat (limited to 'src/ccapi/server/ccs_cache_collection.h')
| -rw-r--r-- | src/ccapi/server/ccs_cache_collection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ccapi/server/ccs_cache_collection.h b/src/ccapi/server/ccs_cache_collection.h index b3278f7db..f0507967b 100644 --- a/src/ccapi/server/ccs_cache_collection.h +++ b/src/ccapi/server/ccs_cache_collection.h @@ -66,8 +66,8 @@ cc_int32 ccs_cache_collection_handle_message (ccs_pipe_t in_client_ ccs_pipe_t in_reply_pipe, ccs_cache_collection_t io_cache_collection, enum cci_msg_id_t in_request_name, - cci_stream_t in_request_data, + k5_ipc_stream in_request_data, cc_uint32 *out_will_block, - cci_stream_t *out_reply_data); + k5_ipc_stream *out_reply_data); #endif /* CCS_CACHE_COLLECTION_H */ |
