Zbigniew Jędrzejewski-Szmek
73ce91a05a
Make unit_name_to_instance() return UnitNameFlags
...
The function returns non-negative UnitNameFlags on success, and negative
errno on error. In the past we kept the return type as int because of those
negative return values. But nowadays _UNIT_NAME_INVALID == -EINVAL. And if
we tried to actually return something that doesn't fit in the return type,
the compiler would throw an error. By changing to the "real" return type,
we allow the debugger to use symbolic representation for the variables.
2021-05-05 15:08:48 +02:00
..
2021-04-14 12:25:06 +01:00
2021-04-14 16:19:54 +02:00
2021-03-26 12:21:56 +01:00
2021-04-01 12:01:58 +02:00
2021-05-05 15:08:48 +02:00
2021-05-04 14:22:58 +02:00
2021-04-14 12:25:06 +01:00
2021-03-05 07:10:13 +09:00
2021-05-05 11:23:42 +02:00
2021-04-22 09:36:14 +02:00
2021-03-26 12:21:56 +01:00
2021-04-14 12:25:06 +01:00
2021-04-23 15:11:38 +02:00
2021-04-14 12:25:06 +01:00
2021-03-31 10:35:17 +02:00
2021-04-23 16:55:29 +02:00
2021-03-06 09:32:18 +01:00
2021-04-20 17:20:38 +02:00
2021-04-23 23:22:37 +02:00
2021-05-04 15:27:20 +02:00
2021-04-14 16:19:54 +02:00
2021-04-22 09:36:14 +02:00
2021-04-22 09:36:14 +02:00
2021-04-30 15:37:34 +09:00
2021-04-30 19:41:41 +09:00
2021-04-20 15:11:53 +02:00
2021-04-14 16:19:54 +02:00
2021-04-14 12:25:06 +01:00
2021-04-28 17:36:09 +02:00
2021-04-28 17:36:09 +02:00
2021-03-31 10:35:31 +02:00
2021-03-05 07:10:13 +09:00
2021-04-30 19:16:15 +09:00
2021-04-01 20:42:22 +01:00
2021-04-20 17:20:38 +02:00
2021-03-31 17:19:03 +02:00
2021-04-22 09:36:14 +02:00
2021-04-21 23:30:49 +02:00
2021-04-23 15:11:38 +02:00
2021-04-22 09:36:14 +02:00
2021-04-14 16:19:54 +02:00
2021-05-04 14:57:49 +02:00
2021-04-14 10:26:31 +01:00
2021-03-31 10:50:07 +02:00
2021-05-05 15:08:48 +02:00
2021-03-31 10:28:26 +02:00
2021-04-22 09:36:14 +02:00
2021-04-14 16:19:54 +02:00
2021-04-23 15:11:38 +02:00
2021-04-29 03:03:55 +09:00
2021-04-30 17:06:29 +01:00
2021-03-31 10:35:17 +02:00
2021-04-14 12:25:06 +01:00
2021-05-05 15:08:48 +02:00
2021-04-28 17:36:09 +02:00
2021-04-22 09:36:14 +02:00
2021-04-11 16:46:25 +09:00
2021-04-14 12:25:06 +01:00
2021-04-30 19:41:41 +09:00
2021-04-29 11:05:01 +02:00
2021-03-05 07:10:13 +09:00
2021-04-14 12:25:06 +01:00
2021-03-18 11:59:31 +01:00
2021-03-31 10:26:07 +02:00