From 6dca92be9696d6e3b5d4dfe28c6156f73f730dd4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Jun 2008 19:18:19 +0200 Subject: rework the flist implementation to halve memory consumption by merging the state field and the pointer in the flist cells --- src/pulsecore/flist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/flist.h') diff --git a/src/pulsecore/flist.h b/src/pulsecore/flist.h index c040667d..2d8422f9 100644 --- a/src/pulsecore/flist.h +++ b/src/pulsecore/flist.h @@ -4,7 +4,7 @@ /*** This file is part of PulseAudio. - Copyright 2006 Lennart Poettering + Copyright 2006-2008 Lennart Poettering PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as -- cgit