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 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
To 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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -72,11 +72,7 @@ 72 72 * SNMPv3 context support 73 73 * An agent may contain the same or different MIB modules/objects 74 74 75 -{{info}} 76 -Multi-Agent Sample Code 77 - 78 -{{code}} 79 -/*_############################################################################ 75 +{{code layout="LINENUMBERS"}}/*_############################################################################ 80 80 _## 81 81 _## AGENT++ 4.0 - agent.cpp 82 82 _## ... ... @@ -721,6 +721,5 @@ 721 721 agentPool.join(); 722 722 Snmp::socket_cleanup(); // Shut down socket subsystem 723 723 return 0; 724 -} 725 -{{/code}} 726 -{{/info}} 720 +}{{/code}} 721 +