Fix: grab more than one packet for snapshots
[lttng-tools.git] / src / common / align.h
index fe3267354aad3980a4ba55e28b35cd99bfb1b5b3..928c5b6c131ec36061662f7624fd74a000a87224 100644 (file)
@@ -58,7 +58,7 @@
        ({                                                                     \
                LTTNG_BUILD_RUNTIME_BUG_ON((alignment) == 0                    \
                                   || ((alignment) & ((alignment) - 1)));      \
-               (((align_drift) - (alignment)) & ((alignment) - 1)           \
+               (((align_drift) - (alignment)) & ((alignment) - 1));           \
        })
 
 #endif /* _LTTNG_ALIGN_H */
This page took 0.025151 seconds and 5 git commands to generate.