Mir
|
#include "mir_toolkit/mir_client_library.h"
#include "mir_toolkit/mir_prompt_session.h"
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <pthread.h>
#include <unistd.h>
#include <errno.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <signal.h>
Macros | |
#define | _POSIX_SOURCE |
Typedefs | |
typedef struct MirDemoState | MirDemoState |
Functions | |
void | start_session (const char *server, const char *name, MirDemoState *mcd) |
void | stop_session (MirDemoState *mcd, const char *name) |
void | helper (const char *server) |
int | main (int argc, char *argv[]) |
#define _POSIX_SOURCE |
typedef struct MirDemoState MirDemoState |
void helper | ( | const char * | server | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void start_session | ( | const char * | server, |
const char * | name, | ||
MirDemoState * | mcd | ||
) |
void stop_session | ( | MirDemoState * | mcd, |
const char * | name | ||
) |
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Mar 27 12:06:55 UTC 2017