summaryrefslogtreecommitdiff
path: root/src/base/vnc/VncServer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/vnc/VncServer.py')
-rw-r--r--src/base/vnc/VncServer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/vnc/VncServer.py b/src/base/vnc/VncServer.py
index 21eb3ed28..6b746f2e2 100644
--- a/src/base/vnc/VncServer.py
+++ b/src/base/vnc/VncServer.py
@@ -43,3 +43,4 @@ class VncServer(SimObject):
type = 'VncServer'
port = Param.TcpPort(5900, "listen port")
number = Param.Int(0, "vnc client number")
+ frame_capture = Param.Bool(False, "capture changed frames to files")