Skip to content

Commit ad9db90

Browse files
committed
Split out signal handling routines and shutdown-related routines
out of giantic main.c TU to make it more manageable.
1 parent fac187f commit ad9db90

File tree

7 files changed

+582
-449
lines changed

7 files changed

+582
-449
lines changed

globals.h

+2
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,6 @@ extern int disable_503_translation;
151151

152152
extern int enable_asserts;
153153
extern int abort_on_assert;
154+
155+
extern int process_no;
154156
#endif

0 commit comments

Comments
 (0)