Functions

carrierroute.c File Reference

Contains the functions exported by the module. More...

#include "../../sr_module.h"
#include "../../str.h"
#include "../../mem/mem.h"
#include "../../ut.h"
#include "carrierroute.h"
#include "cr_fixup.h"
#include "cr_map.h"
#include "cr_fifo.h"
#include "cr_data.h"
#include "cr_func.h"
#include "db_carrierroute.h"
#include "config.h"
#include <sys/stat.h>
Include dependency graph for carrierroute.c:

Go to the source code of this file.

Functions


Detailed Description

Definition in file carrierroute.c.


Function Documentation

static int mod_init ( void   )  [static]

it binds the necessary API functions and registers the fifo commands

Returns:
0 on success, -1 on failure

Definition at line 156 of file carrierroute.c.

References carrierroute_db_init(), carrierroute_db_open(), carrierroute_db_vars(), init_route_data(), _str::len, reload_route_data(), and _str::s.

Here is the call graph for this function: