Re: [PATCH] CLEANUP: use "offsetof" macro where appropriate

2023-04-16 Thread Willy Tarreau
Hi Ilya, On Sat, Apr 15, 2023 at 11:55:14PM +0200, ??? wrote: > From: Ilya Shipitsin > Date: Sat, 15 Apr 2023 23:39:43 +0200 > Subject: [PATCH] CLEANUP: use "offsetof" where appropriate > > let's use the C library macro "offsetof" Good point. In the past we didn't because it was not

[PATCH] CLEANUP: use "offsetof" macro where appropriate

2023-04-15 Thread Илья Шипицин
Hello, small cleanup patch attached. Ilya From 77babd04c417709bb41c951701d62dec0574eb35 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 15 Apr 2023 23:39:43 +0200 Subject: [PATCH] CLEANUP: use "offsetof" where appropriate let's use the C library macro "offsetof" --- src/cache.c|