lttng: Some relayd requests/responses have the wrong fixed size
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.core / src / org / eclipse / linuxtools / internal / lttng2 / control / core / relayd / lttngviewerCommands / ListSessionsResponse.java
index 14b2b63a861acd0e1198a7236898780af38142ea..5a520912ce3459f984ea32b7dd714b5d9743a2a6 100644 (file)
@@ -31,7 +31,7 @@ import com.google.common.collect.ImmutableList.Builder;
 public class ListSessionsResponse implements IRelayResponse {
 
     /**
-     * Response size
+     * Response size (nbSessions)
      */
     public static final int PACKET_FIXED_SIZE = Integer.SIZE / 8;
 
This page took 0.024156 seconds and 5 git commands to generate.