This already uses the added function sendCtrlAltDel().
It works only on Windows.
---
spice_auto.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/spice_auto.html b/spice_auto.html
index 2f04fc9..5c90cbc 100644
--- a/spice_auto.html
+++ b/spice_auto.html
@@ -204,6 +204,7 @@
> On 13 Sep 2017, at 11:20, Frediano Ziglio wrote:
>
> This macro is exactly doing what RING_FOREACH just passing streams
> ring.
>
> Signed-off-by: Frediano Ziglio
> ---
> server/stream.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/server/stream.c b/server/strea
This macro is exactly doing what RING_FOREACH just passing streams
ring.
Signed-off-by: Frediano Ziglio
---
server/stream.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/server/stream.c b/server/stream.c
index 0148d1eda..51dfc8847 100644
--- a/server/stream.c
+++ b/serve
Now the push is done automatically when a PipeItem is added
(cfr commit 5c460de1a3972b7cf2b9b2944d0b500c3affc363
"worker: push data when clients can receive them"),
forcing a push cause only network fragmentation and is required only if
you are handling data in a polling loop (and thus, you are pre
Simple usage improvement.
If only one process using spice is present allow to call
reds_stat not passing any pid.
Signed-off-by: Frediano Ziglio
---
tools/reds_stat.c | 32 +---
1 file changed, 29 insertions(+), 3 deletions(-)
diff --git a/tools/reds_stat.c b/tools/r