__suseconds_t tv_usec;
};
+unsigned sleep(unsigned seconds);
+
typedef struct knot_dump_style knot_dump_style_t;
extern const knot_dump_style_t KR_DUMP_STYLE_DEFAULT;
struct kr_cdb_api {};
__suseconds_t tv_usec;
};
"
+# We use this in policy-loader
+printf "
+unsigned sleep(unsigned seconds);
+"
## Various types (mainly), from libknot and libkres
-- termination of the policy-loader before it is
-- added into starting_processes in sd_notify.py.
-- If this happens, the READY notification will end with an error.
-worker.sleep(1)
+C.sleep(1)
-- exit policy-loader properly
quit()