From 9e9d982d3eacc8fb7fcafc35d6df07d5d84d9036 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Wed, 20 Mar 2019 13:57:48 +0100 Subject: Add hint about lazy mode --- src/cc4group.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc4group.h b/src/cc4group.h index c3e8085..8b86d9c 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -201,6 +201,7 @@ typedef struct { // opens a group that is stored entirely in memory // see the description of MemoryManagement to know if and when data has to be freed by the caller // if the lazy mode is not used, the data can be freed immediately after this function returns + // HINT: the lazy mode is actually not implemented yet, but at least I can't forget to mention it here anymore when it's actually done bool (*openMemory)(CC4Group* const this, const void* const groupData, size_t const size, int const memoryManagement); // opens a group through a file descriptor -- cgit v1.2.3-54-g00ecf