/* Now get the lock to safely insert the records. */
pthread_rwlock_rdlock (&db->lock);
- cache_add (req->type, copy, req->key_len, &iov_notfound,
+ cache_add (req->type, copy, req->key_len, ¬found,
sizeof (notfound), (void *) -1, 0, t, db);
pthread_rwlock_unlock (&db->lock);
/* Now get the lock to safely insert the records. */
pthread_rwlock_rdlock (&db->lock);
- cache_add (req->type, copy, req->key_len, &iov_notfound,
+ cache_add (req->type, copy, req->key_len, ¬found,
sizeof (notfound), (void *) -1, 0, t, db);
pthread_rwlock_unlock (&db->lock);
/* Now get the lock to safely insert the records. */
pthread_rwlock_rdlock (&db->lock);
- cache_add (req->type, copy, req->key_len, &iov_notfound,
+ cache_add (req->type, copy, req->key_len, ¬found,
sizeof (notfound), (void *) -1, 0, t, db);
pthread_rwlock_unlock (&db->lock);