Asterisk - The Open Source Telephony Project
GIT-master-3dee037
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
y
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Properties
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Modules
Pages
res
snmp
agent.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2006 Voop as
3
* Thorsten Lockert <tholo@voop.as>
4
*
5
* This program is free software, distributed under the terms of
6
* the GNU General Public License Version 2. See the LICENSE file
7
* at the top of the source tree.
8
*/
9
10
/*! \file
11
*
12
* \brief SNMP Agent / SubAgent support for Asterisk
13
*
14
* \author Thorsten Lockert <tholo@voop.as>
15
*/
16
17
/*!
18
* \internal
19
* \brief Thread running the SNMP Agent or Subagent
20
* \param arg -- not used
21
* \return A pointer with return status -- not used
22
*
23
* This represent the main thread of the SNMP [sub]agent, and
24
* will initialize SNMP and loop, processing requests until
25
* termination is requested by resetting the flag in
26
* \ref res_snmp_dont_stop.
27
*/
28
void
*
agent_thread
(
void
*arg);
29
30
/*!
31
* \internal
32
* Flag saying whether we run as a Subagent or full Agent
33
*/
34
extern
int
res_snmp_agentx_subagent
;
35
36
/*!
37
* \internal
38
* Flag stating the agent thread should not terminate
39
*/
40
extern
int
res_snmp_dont_stop
;
res_snmp_dont_stop
int res_snmp_dont_stop
Definition:
res_snmp.c:44
agent_thread
void * agent_thread(void *arg)
Definition:
agent.c:186
res_snmp_agentx_subagent
int res_snmp_agentx_subagent
Definition:
res_snmp.c:43
Generated on Wed Jan 1 2025 20:04:29 for Asterisk - The Open Source Telephony Project by
1.9.4