mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
In combination with the thisPub() function, this macro simplifies accessing the public part of a private object struct. thisPub() asserts this != NULL so the caller does not need to do it.