|
ekg2
|
#include "ekg2-config.h"#include <sys/types.h>#include <sys/socket.h>#include <sys/un.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <unistd.h>#include <signal.h>#include "compat/strlcpy.h"#include <ekg/commands.h>#include <ekg/dynstuff.h>#include <ekg/stuff.h>#include <ekg/themes.h>#include <ekg/xmalloc.h>#include "ioctld.h"Definicje | |
| #define | _XOPEN_SOURCE 600 |
| #define | __EXTENSIONS__ |
Funkcje | |
| PLUGIN_DEFINE (ioctld, PLUGIN_GENERIC, NULL) | |
| static int | ioctld_parse_seq (const char *seq, struct action_data *data) |
| static int | ioctld_socket (const char *path) |
| static int | ioctld_send (const char *seq, int act, int quiet) |
| static int | command_beeps_spk (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| static int | command_blink_leds (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| EXPORT int | ioctld_plugin_init (int prio) |
| static int | ioctld_plugin_destroy () |
Zmienne | |
| static int | ioctld_sock = -1 |
| static int | ioctld_pid = -1 |
| #define __EXTENSIONS__ |
| #define _XOPEN_SOURCE 600 |
|
static |
|
static |
|
static |
|
static |
| EXPORT int ioctld_plugin_init | ( | int | prio) |
|
static |
|
static |
| PLUGIN_DEFINE | ( | ioctld | , |
| PLUGIN_GENERIC | , | ||
| NULL | |||
| ) |
|
static |
|
static |
1.8.4