summaryrefslogtreecommitdiff
path: root/src/childinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Clear child data when opening the pipes.cow-pipeantirez2016-09-191-0/+2
| | | | | | This is important both to reset the magic to 0, so that it will not match if the structure is not explicitly set, and to initialize other things we may add like counters and such.
* Child -> Parent pipe for COW info transferring.antirez2016-09-191-0/+83