Add flag to GetNode command to include volatile data
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / GetNodeCommand.java
index ff94622..e55c890 100644 (file)
@@ -11,5 +11,6 @@ public interface GetNodeCommand extends Executable<NodeData> {
 
        GetNodeCommand opennetRef();
        GetNodeCommand includePrivate();
+       GetNodeCommand includeVolatile();
 
 }