gem5
|
Implementiation of a VNC server. More...
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/termios.h>
#include "base/vnc/vncserver.hh"
#include <fcntl.h>
#include <poll.h>
#include <sys/types.h>
#include <unistd.h>
#include <cerrno>
#include <cstddef>
#include <cstdio>
#include "base/atomicio.hh"
#include "base/bitmap.hh"
#include "base/misc.hh"
#include "base/output.hh"
#include "base/socket.hh"
#include "base/trace.hh"
#include "debug/VNC.hh"
#include "sim/byteswap.hh"
#include "sim/core.hh"
Go to the source code of this file.
Implementiation of a VNC server.
Definition in file vncserver.cc.