Typedefs | Functions

ut_process.h File Reference

#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/wait.h>
#include <signal.h>

Go to the source code of this file.

Typedefs

typedef pid_t ProcessInfo

Functions

bool isProcessStillAlive (ProcessInfo &pI)
bool createChildProcess (const char *app, const char *args, ProcessInfo *pI)
void endProcess (ProcessInfo &pI)

Typedef Documentation

typedef pid_t ProcessInfo

Function Documentation

bool createChildProcess ( const char *  app,
const char *  args,
ProcessInfo pI 
)
void endProcess ( ProcessInfo pI  ) 
bool isProcessStillAlive ( ProcessInfo pI  )