Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ubd_user.c File Reference
#include <stddef.h>
#include <unistd.h>
#include <errno.h>
#include <sched.h>
#include <signal.h>
#include <string.h>
#include <netinet/in.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <endian.h>
#include <byteswap.h>
#include "ubd.h"
#include <os.h>

Go to the source code of this file.

Functions

void ignore_sigwinch_sig (void)
 
int start_io_thread (unsigned long sp, int *fd_out)
 

Function Documentation

void ignore_sigwinch_sig ( void  )

Definition at line 24 of file ubd_user.c.

int start_io_thread ( unsigned long  sp,
int fd_out 
)

Definition at line 29 of file ubd_user.c.