~yeban/libmemcached/todo-host.c

« back to all changes in this revision

Viewing changes to libmemcached/util/pool.c

  • Committer: Brian Aker
  • Date: 2011-03-17 21:45:08 UTC
  • Revision ID: brian@tangent.org-20110317214508-ogufz6pusakvcch0
Merge in updates to make sure exit/return is done properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  pool->mmc[++pool->firstfree] = obj;
69
69
  pool->current_size++;
70
70
 
71
 
  return 0;
 
71
  return EXIT_SUCCESS;
72
72
}
73
73
 
74
74
memcached_pool_st *memcached_pool_create(memcached_st* mmc,