add_shared_library(daq_file daqs daq_file.c daq_user.h)
add_shared_library(daq_hext daqs daq_hext.c daq_user.h)
+set_property(TARGET daq_file PROPERTY C_STANDARD 99)
+set_property(TARGET daq_hext PROPERTY C_STANDARD 99)
+
install (FILES ${DAQS_INCLUDES}
DESTINATION "${INCLUDE_INSTALL_PATH}/daqs"
)
phdr->priv_ptr = &impl->pci;
}
-// forward all but drops, retries and blacklists:
-static const int s_fwd[MAX_DAQ_VERDICT] = { 1, 0, 1, 1, 0, 1, 0 };
-
static int file_daq_process(
FileImpl* impl, DAQ_Analysis_Func_t cb, void* user)
{
.hup_prep = NULL,
.hup_apply = NULL,
.hup_post = NULL,
+ .dp_add_dc = NULL
};
phdr->priv_ptr = &impl->pci;
}
-// forward all but drops, retries and blacklists:
-static const int s_fwd[MAX_DAQ_VERDICT] = { 1, 0, 1, 1, 0, 1, 0 };
-
static int hext_daq_process(
FileImpl* impl, DAQ_Analysis_Func_t cb, void* user)
{
.hup_prep = NULL,
.hup_apply = NULL,
.hup_post = NULL,
+ .dp_add_dc = NULL
};