aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/latch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/latch.h')
-rw-r--r--src/include/storage/latch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/latch.h b/src/include/storage/latch.h
index f1577b00955..28fc684d240 100644
--- a/src/include/storage/latch.h
+++ b/src/include/storage/latch.h
@@ -85,7 +85,7 @@
* the public functions. It is defined here to allow embedding Latches as
* part of bigger structs.
*/
-typedef struct
+typedef struct Latch
{
sig_atomic_t is_set;
bool is_shared;