diff options
author | Alexandra Ellwood <lxs@mit.edu> | 2008-08-20 18:46:46 +0000 |
---|---|---|
committer | Alexandra Ellwood <lxs@mit.edu> | 2008-08-20 18:46:46 +0000 |
commit | 7ac8c2023422a829a3fdfa81b576a2910c232458 (patch) | |
tree | 4212661bda590586bc5b4783c13c99177d9ad388 /src/ccapi/server/ccs_ccache.h | |
parent | 19093104b11c62dbacb8ce985404862b8eaf0664 (diff) | |
download | krb5-7ac8c2023422a829a3fdfa81b576a2910c232458.tar.gz krb5-7ac8c2023422a829a3fdfa81b576a2910c232458.tar.xz krb5-7ac8c2023422a829a3fdfa81b576a2910c232458.zip |
Notify clients on ccache deletion
Clients watching a ccache or the cache collection
should get a notification when the ccache is destroyed.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20678 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/server/ccs_ccache.h')
-rw-r--r-- | src/ccapi/server/ccs_ccache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ccapi/server/ccs_ccache.h b/src/ccapi/server/ccs_ccache.h index ba32752ab..3e9f6ae85 100644 --- a/src/ccapi/server/ccs_ccache.h +++ b/src/ccapi/server/ccs_ccache.h @@ -46,6 +46,9 @@ cc_int32 ccs_ccache_swap_contents (ccs_ccache_t io_source_ccache, cc_int32 ccs_ccache_release (ccs_ccache_t io_ccache); +cc_int32 ccs_ccache_changed (ccs_ccache_t io_ccache, + ccs_cache_collection_t io_cache_collection); + cc_int32 ccs_ccache_compare_identifier (ccs_ccache_t in_ccache, cci_identifier_t in_identifier, cc_uint32 *out_equal); |