Enrico Weigelt, metux IT consult
34c3a9c7e2
treewide: fix serverGeneration int type mismatch
...
The global (exported) serverGeneration field is `unsigned long`, while
many other places copy it and compare it two other integer types, eg.
plain `int` (which is signed). Even if it's unlikely ever reaching such
high number of generations that it will ever make trouble, it's still
a good idea to clean this up and use the same type everywhere.
For clearity, introducing a typedef `x_server_generation_t` which is
used everywhere, instead of raw `unsigned long`.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-08-13 11:52:03 +02:00
..
2025-06-12 17:21:43 +02:00
2025-07-18 22:24:55 +02:00
2025-05-31 15:06:23 -07:00
2025-06-12 17:21:46 +02:00
2020-07-05 13:07:33 -07:00
2025-06-12 17:21:46 +02:00
2025-08-04 11:41:48 +02:00
2025-06-12 17:21:46 +02:00
2019-09-18 19:11:45 +00:00
2025-08-13 11:52:03 +02:00
2025-08-13 11:52:03 +02:00
2025-06-12 16:52:59 +02:00
2025-06-27 13:58:05 +02:00
2025-06-12 17:21:46 +02:00
2020-07-05 13:07:33 -07:00
2025-08-13 11:52:03 +02:00
2025-07-18 22:24:55 +02:00
2025-06-12 16:50:05 +02:00
2019-07-22 20:28:27 -04:00
2024-06-23 21:19:27 +00:00
2025-06-12 16:50:05 +02:00
2025-07-18 22:24:55 +02:00
2025-07-18 22:29:38 +02:00
2019-05-01 14:06:15 +00:00
2025-06-12 17:21:46 +02:00
2025-08-13 11:52:03 +02:00
2020-04-15 14:13:58 +00:00
2025-06-12 17:21:46 +02:00
2017-08-22 10:59:41 -04:00
2020-07-05 13:07:33 -07:00
2025-06-27 13:58:05 +02:00
2019-06-28 17:44:58 +00:00
2025-06-27 13:58:05 +02:00
2025-07-18 04:51:30 +02:00
2025-06-12 17:21:43 +02:00
2024-03-19 02:05:35 +00:00
2024-03-19 02:05:35 +00:00
2025-06-12 16:50:05 +02:00
2025-06-12 17:21:42 +02:00
2020-04-15 14:13:58 +00:00
2025-07-31 17:05:29 +02:00
2025-06-12 16:53:13 +02:00
2025-08-13 11:52:03 +02:00
2025-06-12 16:17:35 +02:00
2025-06-12 17:21:47 +02:00
2019-09-18 19:11:45 +00:00
2025-07-30 20:40:21 +02:00
2025-06-12 16:50:05 +02:00
2025-06-12 16:50:05 +02:00
2025-06-12 16:50:05 +02:00
2025-06-12 17:21:42 +02:00
2025-06-12 16:42:24 +02:00
2025-06-12 17:21:42 +02:00
2024-06-23 21:19:27 +00:00
2019-06-17 21:56:35 +00:00
2016-07-18 15:27:51 -04:00
2025-06-12 16:43:20 +02:00
2025-06-12 17:21:46 +02:00
2025-08-13 11:52:03 +02:00