mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
- global signals; - CLOEXEC flag; - mmap and statistics; - IPTOS_LOWDELAY flag; - Unix sockets; - sharing file descriptors through Unix sockets; - TCP_CORK flag. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
7 lines
219 B
Meson
7 lines
219 B
Meson
if host_machine.system() != 'windows'
|
|
executable('reds_stat', 'reds_stat.c',
|
|
install : false,
|
|
include_directories : spice_server_include,
|
|
dependencies : spice_server_deps)
|
|
endif
|