diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-06-27 19:18:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-06-27 19:18:19 +0200 |
commit | 6dca92be9696d6e3b5d4dfe28c6156f73f730dd4 (patch) | |
tree | a990e825425baa02fc61fd99c31a3c32357533ec /src/pulsecore/flist.h | |
parent | a0870149699b69d42c0439ad56f4bce55597f9cd (diff) |
rework the flist implementation to halve memory consumption by merging the state field and the pointer in the flist cells
Diffstat (limited to 'src/pulsecore/flist.h')
-rw-r--r-- | src/pulsecore/flist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/flist.h b/src/pulsecore/flist.h index c040667de..2d8422f9b 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 |