diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-03-20 13:57:48 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-03-20 13:57:48 +0100 |
| commit | 9e9d982d3eacc8fb7fcafc35d6df07d5d84d9036 (patch) | |
| tree | 0d1dface8b437347ad3b452bed5b020d297f5c89 /src/cc4group.h | |
| parent | 789ccf3365bc03a66abf5b36bb4c0098c9c5957a (diff) | |
| download | cc4group-9e9d982d3eacc8fb7fcafc35d6df07d5d84d9036.tar.gz cc4group-9e9d982d3eacc8fb7fcafc35d6df07d5d84d9036.zip | |
Add hint about lazy mode
Diffstat (limited to 'src/cc4group.h')
| -rw-r--r-- | src/cc4group.h | 1 |
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 |
