diff options
author | Lukas Larsson <[email protected]> | 2014-01-08 16:42:12 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 15:16:04 +0100 |
commit | ae561e41e5578b373311556c9f9e619f277f825b (patch) | |
tree | 731b5c18edf6606b54adc5c0aa6375c58b10fd13 /erts/etc/common/run_erl_common.h | |
parent | 5c299e355e05a464215e49cfd95f62b5194de609 (diff) | |
download | otp-ae561e41e5578b373311556c9f9e619f277f825b.tar.gz otp-ae561e41e5578b373311556c9f9e619f277f825b.tar.bz2 otp-ae561e41e5578b373311556c9f9e619f277f825b.zip |
ose: Refactor global variables to ppdata
This is needed because when starting multiple processes
from the same shell command they will see the same
global data if using status variables.
Diffstat (limited to 'erts/etc/common/run_erl_common.h')
-rw-r--r-- | erts/etc/common/run_erl_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/etc/common/run_erl_common.h b/erts/etc/common/run_erl_common.h index 3b763ad927..c47a0db054 100644 --- a/erts/etc/common/run_erl_common.h +++ b/erts/etc/common/run_erl_common.h @@ -71,9 +71,6 @@ char *simple_basename(char *path); #define ERRNO_ERR1(Prio,Format,A1) erts_run_erl_log_error(Prio,__LINE__,ADD_ERRNO(Format),A1) #define ERRNO_ERR2(Prio,Format,A1,A2) erts_run_erl_log_error(Prio,__LINE__,ADD_ERRNO(Format),A1,A2) -/* defined in run_common.c */ -extern int erts_run_erl_log_alive_minutes; - #define RUN_ERL_USAGE \ "%s (pipe_name|pipe_dir/) log_dir \"command [parameters ...]\"" \ "\n\nDESCRIPTION:\n" \ |