~ubuntu-branches/ubuntu/precise/memcached/precise

« back to all changes in this revision

Viewing changes to assoc.h

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2009-10-16 15:09:43 UTC
  • mfrom: (1.3.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20091016150943-l96biwf7siwdt1ci
Tags: upstream-1.4.2
Import upstream version 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
int assoc_insert(item *item);
5
5
void assoc_delete(const char *key, const size_t nkey);
6
6
void do_assoc_move_next_bucket(void);
7
 
uint32_t hash( const void *key, size_t length, const uint32_t initval);
 
7
int start_assoc_maintenance_thread(void);
 
8
void stop_assoc_maintenance_thread(void);
 
9