Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
handler.c File Reference
#include "core.h"

Go to the source code of this file.

Data Structures

struct  queue_item
 

Functions

unsigned int tipc_k_signal (Handler routine, unsigned long argument)
 
int tipc_handler_start (void)
 
void tipc_handler_stop (void)
 

Function Documentation

int tipc_handler_start ( void  )

Definition at line 96 of file handler.c.

void tipc_handler_stop ( void  )

Definition at line 110 of file handler.c.

unsigned int tipc_k_signal ( Handler  routine,
unsigned long  argument 
)

Definition at line 55 of file handler.c.