Changes for page How-to migrate from AGENT++ 4.2.x (or older) to 4.3.0 (or newer) to be able to use multiple agents in a single process?
Last modified by Frank Fock on 2024/05/25 10:09
From version 5.1
edited by Frank Fock
on 2024/05/25 10:01
on 2024/05/25 10:01
Change comment:
There is no comment for this version
To version 6.1
edited by Frank Fock
on 2024/05/25 10:06
on 2024/05/25 10:06
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -72,7 +72,11 @@ 72 72 * SNMPv3 context support 73 73 * An agent may contain the same or different MIB modules/objects 74 74 75 -{{code layout="LINENUMBERS"}}/*_############################################################################ 75 +{{info}} 76 +Multi-Agent Sample Code 77 + 78 +{{code}} 79 +/*_############################################################################ 76 76 _## 77 77 _## AGENT++ 4.0 - agent.cpp 78 78 _## ... ... @@ -717,5 +717,6 @@ 717 717 agentPool.join(); 718 718 Snmp::socket_cleanup(); // Shut down socket subsystem 719 719 return 0; 720 -}{{/code}} 721 - 724 +} 725 +{{/code}} 726 +{{/info}}