Functions

route_struct.c File Reference

SIP-router core ::Module: SIP-router core. More...

#include "route_struct.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "dprint.h"
#include "ip_addr.h"
#include "mem/mem.h"
#include "usr_avp.h"
#include "ut.h"
Include dependency graph for route_struct.c:

Go to the source code of this file.

Functions


Detailed Description

Definition in file route_struct.c.


Function Documentation

void cfg_pos_join ( struct cfg_pos *  res,
struct cfg_pos *  pos1,
struct cfg_pos *  pos2 
)

Definition at line 64 of file route_struct.c.

struct action* mk_action ( enum action_type  type,
int  count,
  ... 
) [read]
Parameters:
type - type of the action
count - count of couples {param_type,val}
... - count {param_type, val} pairs, where param_type is action_param_type.
Returns:
new action structure on success (pkg_malloc'ed) or 0 on error.

Definition at line 149 of file route_struct.c.