commit | 871a8f44f3bbb92981e1cd6116020915606ea7c8 | [log] [download] |
---|---|---|
author | Glauber Costa <glommer@openvz.org> | Sat Jul 14 17:33:06 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Sat Jul 14 17:33:06 2012 +0400 |
tree | 28dcbd7a38dceab494c893e647443f260ae9001e | |
parent | 802f49c0b7720efc6a233469a01a3946befa9354 [diff] |
Give names to anonymous structs This will allow us to make forward definitions in files like types.h, without creating a dependency mess between the headers. The typedef remains at the end, so we're still able to access them by their current name. A list of forward declarations is added to types.h so we can easily access those names when needed. Signed-off-by: Glauber Costa <glommer@parallels.com>