* or implied warranty.
*/
+#include "k5-platform.h" /* pull in asprintf decl/defn */
#include "ccs_common.h"
struct ccs_cache_collection_d {
if (!err) {
err = ccs_ccache_notify_default_state_changed (old_default,
io_cache_collection,
- FALSE /* no longer default */);
+ 0 /* no longer default */);
}
if (!err) {
if (!err) {
err = ccs_ccache_notify_default_state_changed (new_default,
io_cache_collection,
- TRUE /* now default */);
+ 1 /* now default */);
}
if (!err) {