aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Children.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/src/Children.cpp')
-rw-r--r--nxcomp/src/Children.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/src/Children.cpp b/nxcomp/src/Children.cpp
index 49ab13352..e77d1defd 100644
--- a/nxcomp/src/Children.cpp
+++ b/nxcomp/src/Children.cpp
@@ -64,7 +64,7 @@
extern Keeper *keeper;
-extern int (*handler)(int);
+extern int (*signalHandler)(int);
extern int useUnixSocket;
@@ -792,7 +792,7 @@ int NXTransKeeper(int caches, int images, const char *root)
keeper = new Keeper(caches, images, root, 100, parent);
- handler = NXTransKeeperHandler;
+ signalHandler = NXTransKeeperHandler;
if (keeper == NULL)
{