]> git.saurik.com Git - redis.git/commit - src/rio.h
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer...
authorantirez <antirez@gmail.com>
Thu, 22 Sep 2011 14:00:40 +0000 (16:00 +0200)
committerantirez <antirez@gmail.com>
Thu, 22 Sep 2011 14:00:40 +0000 (16:00 +0200)
commitf96a8a8054b3b699c2fba797bdcd203dda1168ce
treeff487b6d6a7ec118c2095df73e8c523f76b42de9
parent69cecb511fef03795e94ba819308262ea44b2a18
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
src/aof.c
src/cluster.c
src/rdb.c
src/rio.c
src/rio.h