From 7754455c48c50764ad7291ea508109c53b60517f Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 27 Mar 2020 14:40:33 +0200 Subject: cache I/O implementation and fixes. Signed-off-by: Gediminas Jakutis --- src/datagen.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/datagen.h') diff --git a/src/datagen.h b/src/datagen.h index 63b3461..0b8aa35 100644 --- a/src/datagen.h +++ b/src/datagen.h @@ -7,8 +7,7 @@ #include "defs.h" -int gen_get_array(struct stream * const restrict in, ssize_t idx, struct entry_l * const data); +int gen_get_array(struct stream * const in, ssize_t idx, struct entry_l * const data); int gen_get_list(struct stream * const restrict in, ssize_t idx, struct entry_l * const data); -int gen_put(struct stream * const restrict in, ssize_t idx, const struct entry_l * const data); #endif /* ALGOS_DATAGEN_H_INCLUDED */ -- cgit v1.2.3