aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llapp.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llcommon/llapp.h
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/llcommon/llapp.h')
-rw-r--r--linden/indra/llcommon/llapp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llapp.h b/linden/indra/llcommon/llapp.h
index 50a70ae..9d8ff88 100644
--- a/linden/indra/llcommon/llapp.h
+++ b/linden/indra/llcommon/llapp.h
@@ -46,7 +46,8 @@ typedef void (*LLAppErrorHandler)();
46typedef void (*LLAppChildCallback)(int pid, bool exited, int status); 46typedef void (*LLAppChildCallback)(int pid, bool exited, int status);
47 47
48#if !LL_WINDOWS 48#if !LL_WINDOWS
49extern const S32 LL_SMACKDOWN_SIGNAL; 49extern S32 LL_SMACKDOWN_SIGNAL;
50extern S32 LL_HEARTBEAT_SIGNAL;
50 51
51// Clear all of the signal handlers (which we want to do for the child process when we fork 52// Clear all of the signal handlers (which we want to do for the child process when we fork
52void clear_signals(); 53void clear_signals();