summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-03-20 13:57:48 +0100
committerMarkus Mittendrein <git@maxmitti.tk>2019-03-20 13:57:48 +0100
commit9e9d982d3eacc8fb7fcafc35d6df07d5d84d9036 (patch)
tree0d1dface8b437347ad3b452bed5b020d297f5c89 /src
parent789ccf3365bc03a66abf5b36bb4c0098c9c5957a (diff)
downloadcc4group-9e9d982d3eacc8fb7fcafc35d6df07d5d84d9036.tar.gz
cc4group-9e9d982d3eacc8fb7fcafc35d6df07d5d84d9036.zip
Add hint about lazy mode
Diffstat (limited to 'src')
-rw-r--r--src/cc4group.h1
1 files changed, 1 insertions, 0 deletions
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