Move loading rules into outer loop

This commit is contained in:
jsteube
2016-09-24 12:05:56 +02:00
parent ebe9f1c07f
commit 62b97a6fe6
25 changed files with 479 additions and 463 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
#include <pwd.h>
#endif // _POSIX
void process_stdout (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, const user_options_t *user_options, const uint pws_cnt);
void process_stdout (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, const user_options_t *user_options, const rules_ctx_t *rules_ctx, const uint pws_cnt);
#endif // _STDOUT_H