18 Aug
2012
18 Aug
'12
2:35 p.m.
On 08/18/2012 12:38 AM, Eric Blake wrote:
Having one .c file include another does not give any compilation benefits; move towards modular .o files by first splitting out reused declarations into a new virsh.h. This patch doesn't try very hard to see which functions are used or not, to make it easier to review the file split. Future patches can further trim the header to be smaller.
and it still compiles. ACK.