#include "lsapilib.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <semaphore.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <dlfcn.h>
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include <signal.h>
#include <time.h>
#include <sys/timeb.h>
#include <unistd.h>
#include "lscriu.h"
#include <Zend/zend_portability.h>
Go to the source code of this file.
◆ HAVE_MSGHDR_MSG_CONTROL
#define HAVE_MSGHDR_MSG_CONTROL |
◆ lscriu_dbg
◆ lscriu_err
Value:
fprintf($stream, string $format, mixed ... $values)
Definition at line 130 of file lscriu.c.
◆ LSCRIU_PATH
◆ SUN_PATH_MAX
◆ psem_close_t
typedef int(* psem_close_t) (sem_t *__sem) |
◆ psem_open_t
typedef sem_t *(* psem_open_t) (const char *__name, int __oflag,...) |
◆ psem_post_t
typedef int(* psem_post_t) (sem_t *__sem) |
◆ sighandler_t
typedef void(* sighandler_t) (int) |
◆ GlobalCounterType_t
Enumerator |
---|
CRIU_GCOUNTER_SHM | |
CRIU_GCOUNTER_SIG | |
CRIU_GCOUNTER_PIPE | |
Definition at line 107 of file lscriu.c.
◆ LSAPI_Get_ppid()
int LSAPI_Get_ppid |
( |
void | | ) |
|
◆ lsapi_perror()
void lsapi_perror |
( |
const char * | pMessage, |
|
|
int | err_no ) |
◆ LSAPI_reset_server_state()
◆ LSCRIU_inc_req_processed()
◆ LSCRIU_Init()
◆ psem_close
◆ psem_open
◆ psem_post