Am 11.11.2009 18:28, schrieb Anthony Liguori: > This makes lists no longer invariant. It's a very useful bit of functionality > though. > > To deal with the fact that lists are no longer invariant, introduce a deep > copy mechanism for lists. > > Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> > --- > qlist.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > qlist.h | 4 ++++ > 2 files changed, 60 insertions(+), 0 deletions(-)
So far all functions in qlist.c have a header comment. Any reason to change this? Kevin