diff options
Diffstat (limited to 'java/src/IceInternal/CommunicatorObserverI.java')
-rw-r--r-- | java/src/IceInternal/CommunicatorObserverI.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/IceInternal/CommunicatorObserverI.java b/java/src/IceInternal/CommunicatorObserverI.java index bf23296294a..d0451465955 100644 --- a/java/src/IceInternal/CommunicatorObserverI.java +++ b/java/src/IceInternal/CommunicatorObserverI.java @@ -617,6 +617,8 @@ public class CommunicatorObserverI implements Ice.Instrumentation.CommunicatorOb { _invocations.registerSubMap("Remote", RemoteMetrics.class, InvocationMetrics.class.getDeclaredField("remotes")); + _invocations.registerSubMap("Collocated", CollocatedMetrics.class, + InvocationMetrics.class.getDeclaredField("collocated")); } catch(Exception ex) { |