Last modified by Frank Fock on 2024/05/25 10:09

From version 4.1
edited by Frank Fock
on 2024/05/25 10:00
Change comment: There is no comment for this version
To version 7.1
edited by Frank Fock
on 2024/05/25 10:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -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?
1 +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?
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}}/*_############################################################################
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}}