projects
/
m6w6
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
Removed dumb bug concerning set (was still using a buffer).
[m6w6/libmemcached]
/
lib
/
memcached_quit.c
1
#include <memcached.h>
2
3
/*
4
When this is implemented you will be able to remove single hosts
5
from your current pool of hosts.
6
*/
7
memcached_return
memcached_quit
(
memcached_st
*
ptr
,
char
*
hostname
,
unsigned
port
)
8
{
9
return
MEMCACHED_SUCCESS
;
10
}