Isolate error codes definition from iproto.[ch] to errcode.[ch].
Add errcode_record structure that contains string represenataion of an error, numerical value of an error to send to a client, and textual description of an error.
Showing
- core/CMakeLists.txt 1 addition, 1 deletioncore/CMakeLists.txt
- core/errcode.c 3 additions, 0 deletionscore/errcode.c
- core/iproto.c 3 additions, 3 deletionscore/iproto.c
- core/pickle.c 1 addition, 1 deletioncore/pickle.c
- include/errcode.h 65 additions, 0 deletionsinclude/errcode.h
- include/fiber.h 3 additions, 3 deletionsinclude/fiber.h
- include/iproto.h 0 additions, 36 deletionsinclude/iproto.h
- include/util.h 4 additions, 5 deletionsinclude/util.h
- mod/silverbox/box.c 1 addition, 0 deletionsmod/silverbox/box.c
- mod/silverbox/box.h 5 additions, 5 deletionsmod/silverbox/box.h
- mod/silverbox/index.c 1 addition, 1 deletionmod/silverbox/index.c
- mod/silverbox/memcached.c 9 additions, 9 deletionsmod/silverbox/memcached.c
- mod/silverbox/memcached.rl 5 additions, 5 deletionsmod/silverbox/memcached.rl
Loading
Please register or sign in to comment