Skip to content

Commit

Permalink
Add support for graceful shutdown for twemcache/slimcache
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbiesek committed Jul 25, 2019
1 parent 236c98d commit c79881d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/channel/cc_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ enum {
CHANNEL_OPEN, /* opening */
CHANNEL_ESTABLISHED,
CHANNEL_TERM, /* to be closed, don't need a closing state yet */
CHANNEL_TERM_RESET_DB,
CHANNEL_ERROR, /* unrecoverable error occurred */

CHANNEL_SENTINEL
Expand Down

0 comments on commit c79881d

Please sign in to comment.