Enrico Weigelt, metux IT consult
0b7194c9bc
dix: add X_SEND_REPLY_WITH_RPCBUF() macro
...
This macro is sending a reply header struct and rpcbuf payload
all in one shot. It also automatically computes the payload lengths
as well as also filling common fields like `type` and `sequenceNumber`
A typical call site looks like this:
> int ProcFooRequest(ClientPtr client) {
>
> [ ... ]
>
> X_SEND_REPLY_WITH_RPCBUF(client, rep, rpcbuf);
> return Success;
> }
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-08-18 11:16:23 +02:00
..
2020-07-05 13:07:33 -07:00
2025-06-12 16:20:15 +02:00
2025-08-11 20:05:57 +02:00
2003-11-14 15:54:54 +00:00
2025-06-12 16:43:56 +02:00
2025-06-12 16:52:25 +02:00
2025-08-11 11:27:06 +02:00
2025-06-12 17:21:48 +02:00
2025-07-31 16:57:44 +02:00
2024-09-02 16:43:29 +00:00
2025-08-18 10:52:49 +02:00
2025-08-15 13:34:26 +02:00
2025-08-18 10:52:49 +02:00
2024-10-10 13:38:31 +00:00
2025-02-11 19:13:01 +01:00
2025-08-18 11:16:23 +02:00
2025-08-18 10:52:49 +02:00
2025-06-12 16:53:37 +02:00
2024-04-30 00:47:38 +00:00
2025-08-18 10:52:49 +02:00
2025-08-18 10:52:49 +02:00
2024-10-10 13:38:31 +00:00
2025-07-31 16:57:44 +02:00
2024-03-11 12:26:44 +01:00
2025-08-18 10:52:49 +02:00
2025-06-12 16:25:48 +02:00
2025-06-17 12:51:36 +02:00
2025-07-31 16:57:44 +02:00
2025-08-12 11:09:43 +02:00
2025-08-12 11:09:43 +02:00
2025-07-23 15:46:51 +02:00
2025-07-31 16:57:44 +02:00
2025-07-31 16:57:44 +02:00
2025-08-13 11:52:03 +02:00
2025-07-18 22:24:55 +02:00
2025-07-31 16:57:44 +02:00
2025-06-12 17:21:46 +02:00
2025-07-18 04:51:30 +02:00
2025-08-18 10:52:49 +02:00
2025-07-18 22:24:55 +02:00
2025-08-18 10:52:49 +02:00
2025-07-18 04:51:31 +02:00
2025-07-18 22:24:55 +02:00
2025-08-18 10:52:49 +02:00
2025-06-17 12:51:36 +02:00
2025-08-15 19:52:07 +02:00
2024-03-05 16:57:52 +01:00
2024-09-01 22:32:49 +00:00
2025-07-31 16:57:44 +02:00
2025-07-31 16:57:44 +02:00
2025-06-12 17:21:48 +02:00
2025-06-12 17:21:48 +02:00
2025-06-12 16:16:45 +02:00
2025-08-11 13:02:14 +02:00
2025-07-31 16:57:44 +02:00
2025-08-14 19:00:45 +02:00
2025-07-23 17:26:25 +02:00
2025-07-02 15:41:37 +02:00
2025-07-02 15:41:37 +02:00
2025-07-02 15:41:37 +02:00
2024-09-01 22:32:49 +00:00
2025-06-12 17:21:48 +02:00
2025-07-31 16:57:44 +02:00
2013-07-23 23:56:58 +01:00
2025-07-31 16:57:44 +02:00
2025-07-31 16:57:44 +02:00
2025-06-12 17:21:42 +02:00
2025-07-31 16:57:44 +02:00
2025-06-12 17:21:48 +02:00
2025-08-18 10:52:49 +02:00