Skip to content

Commit

Permalink
cap type const
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 5, 2024
1 parent d1c8bdf commit 5137543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/qpid/dispatch/internal/thread_annotations.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
#define TA_SCOPED_CAP THREAD_ANNOTATION(scoped_lockable)
#define TA_NO_THREAD_SAFETY_ANALYSIS THREAD_ANNOTATION(no_thread_safety_analysis)

typedef void* core_thread_capability_t TA_CAP("core_thread");
typedef void const *core_thread_capability_t TA_CAP("core_thread");

extern core_thread_capability_t core_thread_capability;
extern const core_thread_capability_t core_thread_capability;

0 comments on commit 5137543

Please sign in to comment.