Tracking de l'application VNode (moteur du jeu, services, broker.. etc
This commit is contained in:
14
VNode/_software_lib/nanomq-0.22.10/include/nanomq/process.h
Normal file
14
VNode/_software_lib/nanomq-0.22.10/include/nanomq/process.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef PROCESS_H
|
||||
#define PROCESS_H
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
extern int process_is_alive(int pid);
|
||||
extern int process_send_signal(int pid, int signal);
|
||||
extern int pidgrp_send_signal(int pid, int signal);
|
||||
extern int process_daemonize(void);
|
||||
extern int process_create_child(int (*child_run)(void *), void *data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user