]> git.saurik.com Git - redis.git/commit
Use comments to split aof.c into sections.
authorantirez <antirez@gmail.com>
Mon, 21 May 2012 14:50:05 +0000 (16:50 +0200)
committerantirez <antirez@gmail.com>
Wed, 23 May 2012 09:52:40 +0000 (11:52 +0200)
commit27fc5bf582b12a47e7497bc6f7a38a6d033dcb7c
tree6ab999f21081a28ac607dce2728b85b1af734049
parentdfa90b596960b64f9dd615154b084768dd11108a
Use comments to split aof.c into sections.

This makes the code more readable, it is still not the case to split the
file itself into three different files, but the logical separation
improves the readability especially since new commits are going to
introduce an additional section.
src/aof.c