Commit 6b8f55a5 authored by tomas@poseidon.(none)'s avatar tomas@poseidon.(none)

Merge

parents abf5add3 a5fa9d86
......@@ -61,6 +61,8 @@
#define DEBUG(x)
#endif
extern int global_flag_send_heartbeat_now;
static
void
CmdBackupCallback(const MgmtSrvr::BackupEvent & event)
......@@ -2415,7 +2417,7 @@ MgmtSrvr::alloc_node_id(NodeId * nodeId,
#endif
return true;
}
global_flag_send_heartbeat_now= 1;
BaseString type_string, type_c_string;
{
const char *alias, *str;
......
......@@ -119,7 +119,7 @@ struct getargs args[] = {
"filename" },
{ "interactive", 0, arg_flag, &glob.interactive,
"Run interactive. Not supported but provided for testing purposes", "" },
{ "nodaemon", 'n', arg_flag, &glob.non_interactive,
{ "nodaemon", 0, arg_flag, &glob.non_interactive,
"Don't run as daemon, but don't read from stdin", "non-interactive" }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment