Processes refactoring.
The cycle has been renamed to the runtime.
This commit is contained in:
@@ -18,7 +18,7 @@ NXT_MODULES_SRC=$NXT_BUILD_DIR/nxt_modules.c
|
||||
cat << END > $NXT_MODULES_SRC
|
||||
|
||||
#include <nxt_main.h>
|
||||
#include <nxt_cycle.h>
|
||||
#include <nxt_runtime.h>
|
||||
|
||||
|
||||
END
|
||||
@@ -26,7 +26,7 @@ END
|
||||
|
||||
for nxt_init in $NXT_MODULES_INIT
|
||||
do
|
||||
$echo "extern nxt_int_t $nxt_init(nxt_thread_t *thr, nxt_cycle_t *cycle);" \
|
||||
$echo "extern nxt_int_t $nxt_init(nxt_thread_t *thr, nxt_runtime_t *rt);" \
|
||||
>> $NXT_MODULES_SRC
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user