OpenSDN source code
agent_cmn.cc File Reference
#include <base/task.h>
#include <cmn/agent.h>
Include dependency graph for agent_cmn.cc:

Go to the source code of this file.

Typedefs

typedef void(* cxa_throw_type) (void *, void *, void(*) (void *))
 

Functions

void LoadAgentThrow ()
 
void __cxa_throw (void *thrown_exception, void *pvtinfo, void(*dest)(void *))
 

Variables

cxa_throw_type AgentCxaThrow = 0
 

Typedef Documentation

◆ cxa_throw_type

typedef void(* cxa_throw_type) (void *, void *, void(*)(void *))

Definition at line 7 of file agent_cmn.cc.

Function Documentation

◆ __cxa_throw()

void __cxa_throw ( void *  thrown_exception,
void *  pvtinfo,
void(*)(void *)  dest 
)

Definition at line 15 of file agent_cmn.cc.

Here is the call graph for this function:

◆ LoadAgentThrow()

void LoadAgentThrow ( )

Definition at line 10 of file agent_cmn.cc.

Variable Documentation

◆ AgentCxaThrow

cxa_throw_type AgentCxaThrow = 0

Definition at line 8 of file agent_cmn.cc.