kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 2d9940e197632729551c12926d2f86104e02fbed
parent 9b76afc5fb1243269a9cb32c624aaf380f9ffaae
Author: Joris Vink <joris@coders.se>
Date:   Thu, 31 Jul 2014 13:43:37 +0200

Add foreground

Diffstat:
includes/kore.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/includes/kore.h b/includes/kore.h @@ -301,6 +301,7 @@ struct kore_pool { }; extern pid_t kore_pid; +extern int foreground; extern int kore_debug; extern int skip_chroot; extern char *chroot_path;