Branch: refs/heads/request-refactoring
  Home:   https://github.com/tarantool/tarantool
  Commit: 96e94406cb8e59740d863040743ba254286436b5
      
https://github.com/tarantool/tarantool/commit/96e94406cb8e59740d863040743ba254286436b5
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    M include/box/box.h
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/box_lua.h
    M src/box/request.cc
    M src/box/request.h
    M src/iproto.cc
    M src/memcached.cc

  Log Message:
  -----------
  Extract request creation procedure from box_process

 * Parse request type inside of request_create
 * Remove palloc from request_create
 * Replace request_execute with a fun pointer in struct request
 * Refactor box_process API to accept struct request *
 * Create requests directly in iproto.cc and box_lua.cc
 * Update memcached, recovery and other parts to use new API



_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to