mjg
4161a7cc9b
namecache: clean up struct namecache_ts handling
...
namecache_ts differs from mere namecache by few fields placed mid struct.
The access to the last element (the name) is thus special-cased.
The standard solution is to put new fields at the very beginning anad
embedd the original struct. The pointer shuffled around points to the
embedded part. If needed, access to new fields can be gained through
__containerof.
MFC after: 1 week
2017-09-10 11:17:32 +00:00
..
2017-09-05 15:13:41 +00:00
2017-09-05 05:45:57 +00:00
2017-09-09 11:56:48 +00:00
2017-09-09 21:33:43 +00:00
2017-05-23 09:29:05 +00:00
2017-09-07 07:24:22 +00:00
2017-09-09 11:00:07 +00:00
2017-09-09 12:50:12 +00:00
2017-09-09 20:07:04 +00:00
2017-09-05 07:46:45 +00:00
2017-08-16 22:54:35 +00:00
2017-08-18 04:04:09 +00:00
2017-09-10 07:10:40 +00:00
2017-08-28 21:04:56 +00:00
2017-09-09 01:41:01 +00:00
2017-07-09 13:53:32 +00:00
2017-09-01 17:03:48 +00:00
2017-08-19 19:33:16 +00:00
2017-09-10 11:17:32 +00:00
2017-08-11 17:05:31 +00:00
2017-09-06 03:19:52 +00:00
2017-09-09 20:14:18 +00:00
2017-09-06 14:36:35 +00:00
2017-08-27 22:13:03 +00:00
2017-06-14 16:13:20 +00:00
2017-09-09 21:03:40 +00:00
2017-09-09 20:51:54 +00:00
2017-09-01 11:51:07 +00:00
2017-08-08 21:09:26 +00:00
2017-07-31 15:23:19 +00:00
2017-04-13 21:54:19 +00:00
2017-05-23 09:29:05 +00:00
2017-09-09 06:34:20 +00:00
2017-05-09 18:28:42 +00:00
2017-09-09 05:56:04 +00:00
2017-09-09 05:56:04 +00:00
2017-06-08 21:30:34 +00:00
2017-09-06 20:33:33 +00:00
2017-09-01 17:03:48 +00:00
2017-09-09 06:29:29 +00:00
2017-08-18 15:40:40 +00:00
2017-05-09 05:08:47 +00:00
2017-06-17 23:34:53 +00:00
2017-09-04 20:19:36 +00:00
2017-09-09 17:35:19 +00:00
2017-09-08 19:51:03 +00:00
2017-06-01 06:12:25 +00:00
2017-05-22 15:53:30 +00:00