1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Zdenek Kabelac fd96f1014b gcc: zero-sized array to fexlible array C99
Switch remaining zero sized struct to flexible arrays to be C99
complient.

These simple rules should apply:

- The incomplete array type must be the last element within the structure.
- There cannot be an array of structures that contain a flexible array member.
- Structures that contain a flexible array member cannot be used as a member of another structure.
- The structure must contain at least one named member in addition to the flexible array member.

Although some of the code pieces should be still improved.
2020-09-01 17:57:50 +02:00
..
cmirrord cmirrord: deamon links libdm 2019-10-04 17:31:55 +02:00
dmeventd dmeventd: enhance time waiting loop 2020-03-05 17:38:55 +01:00
lvmdbusd lvmdbusd: Bump LVM DBus API version 2020-08-06 13:54:45 -05:00
lvmlockd gcc: zero-sized array to fexlible array C99 2020-09-01 17:57:50 +02:00
lvmpolld libdaemon: use pselect to avoid condition checking race 2019-04-16 12:18:34 +02:00
Makefile.in build: Remove lvmetad leftovers 2018-07-24 15:02:32 +02:00