src/ucx/cx/common.h

changeset 645
0c85c4cd0dd8
parent 621
956c03c25edd
--- a/src/ucx/cx/common.h	Sat Nov 29 19:03:52 2025 +0100
+++ b/src/ucx/cx/common.h	Sun Nov 30 18:25:55 2025 +0100
@@ -284,6 +284,9 @@
  */
 #define CX_INLINE __attribute__((always_inline)) static inline
 #else
+/**
+ * Declares a function to be inlined.
+ */
 #define CX_INLINE static inline
 #endif
 /**

mercurial