Update protocol due to review comments:
authorTrond Norbye <trond.norbye@sun.com>
Mon, 5 Oct 2009 21:00:48 +0000 (23:00 +0200)
committerTrond Norbye <trond.norbye@sun.com>
Mon, 5 Oct 2009 21:00:48 +0000 (23:00 +0200)
commit0438a012ce75f5067aa95638519a30706494ab74
tree94058b39152e00c0c639b7a0982f6be1e022cc9c
parent945be4901bee5aad1c6b62a12b9ac91e852f0405
Update protocol due to review comments:

* Typedef the structs in the public interface
* Removed the EVENT enum, and replaced it with a bitmask of it's own type
* Added support for PAUSE events in the _binary_ protocol. ASCII is on the
  todo list :-)
13 files changed:
example/interface_v0.c
example/interface_v1.c
example/memcached_light.c
libmemcached/memcached/protocol_binary.h
libmemcached/protocol/ascii_handler.c
libmemcached/protocol/ascii_handler.h
libmemcached/protocol/binary_handler.c
libmemcached/protocol/binary_handler.h
libmemcached/protocol/callback.h
libmemcached/protocol/common.h
libmemcached/protocol/pedantic.c
libmemcached/protocol/protocol_handler.c
libmemcached/protocol_handler.h