Electroneum
spawn.cpp File Reference
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
#include "misc_log_ex.h"
#include "util.h"
#include "spawn.h"
Include dependency graph for spawn.cpp:

Go to the source code of this file.

Namespaces

 tools
 Various Tools.
 

Macros

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "spawn"
 

Functions

int tools::spawn (const char *filename, const std::vector< std::string > &args, bool wait)
 

Macro Definition Documentation

◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "spawn"

Definition at line 46 of file spawn.cpp.