]> 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>
Mon, 21 May 2012 14:50:05 +0000 (16:50 +0200)
commit5a559993044fbfa54c9e666a54b757b847d49549
treeae348f7c8d07acabced7384c9ef161446d920cef
parentd44a36e0060ef4e5f39989b91071a279347eb045
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