We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82122c3 commit 26c935fCopy full SHA for 26c935f
include/quo-vadis.h
@@ -1,6 +1,6 @@
1
/* -*- Mode: C; c-basic-offset:4; indent-tabs-mode:nil -*- */
2
/*
3
- * Copyright (c) 2020-2022 Triad National Security, LLC
+ * Copyright (c) 2020-2024 Triad National Security, LLC
4
* All rights reserved.
5
*
6
* Copyright (c) 2020-2021 Lawrence Livermore National Security, LLC
@@ -126,7 +126,9 @@ enum {
126
typedef enum qv_scope_create_hint_e {
127
// TODO(skg) Enumerate all actual values.
128
// TODO(skg) Add to Fortran interface.
129
- QV_SCOPE_CREATE_CLOSE = 0
+ // TODO(skg) Test bitmap operations in Fortran.
130
+ QV_SCOPE_CREATE_EXCLUSIVE = 0x00000001,
131
+ QV_SCOPE_CREATE_CLOSE = 0x00000002
132
} qv_scope_create_hint_t;
133
134
/**
0 commit comments