A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://yazgoo.github.io/fuse_kafka/html/test__config_8c_source.html below:

fuse_kafka: src/test_config.c Source File

00001 #define fuse_get_context(a) test_fuse_get_context(a)
00002 #define SET_CONFIG \
00003     static char* directories[] = {"/lol/"};\
00004     static char* excluded_files[] = {"xd"};\
00005     config conf;\
00006     conf.directories = directories;\
00007     conf.directory_n = 0;\
00008     conf.excluded_files_n = 1;\
00009     conf.excluded_files = excluded_files;\
00010     conf.fields_s = "{}";\
00011     conf.tags_s = "";\
00012     conf.quota_queue = NULL;\
00013     conf.quota_n = 0;\
00014     struct fuse_context* context = fuse_get_context();\
00015     context->pid = getpid();\
00016     kafka_t private_data;\
00017     private_data.conf = &conf;\
00018     context->private_data = (void*) &private_data;
00019 

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4