no c99 on gsb
This commit is contained in:
parent
29e5b9a740
commit
4419684028
@ -37,10 +37,11 @@ int main(int argc, char **args) {
|
|||||||
int size;
|
int size;
|
||||||
int res;
|
int res;
|
||||||
|
|
||||||
openlog("htcachetest", LOG_PID, LOG_LOCAL2);
|
|
||||||
|
|
||||||
htcache_t *c = htcache_init("/tmp/test-cache", 10);
|
htcache_t *c = htcache_init("/tmp/test-cache", 10);
|
||||||
|
|
||||||
|
openlog("htcachetest", LOG_PID, LOG_LOCAL2);
|
||||||
|
|
||||||
printf("Populating cache\n");
|
printf("Populating cache\n");
|
||||||
htcache_insert(c, "key1", "value1", 7);
|
htcache_insert(c, "key1", "value1", 7);
|
||||||
htcache_insert(c, "key2", "value2", 7);
|
htcache_insert(c, "key2", "value2", 7);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user