X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fsnapshot-internal.h;h=78c741349c750a0c1ae81a61b7aa4764fec86698;hp=8012a1e4ea58303456f4d6c23fb0e624e3f7278f;hb=7bd95aee4660c6419a4a65429fc27754481e7e90;hpb=f28ecb10121fd234be3cc473196ae058bc5a7ca7 diff --git a/include/lttng/snapshot-internal.h b/include/lttng/snapshot-internal.h index 8012a1e4e..78c741349 100644 --- a/include/lttng/snapshot-internal.h +++ b/include/lttng/snapshot-internal.h @@ -11,6 +11,7 @@ #include #include #include +#include /* * Object used for the snapshot API. This is opaque to the public library. @@ -33,7 +34,7 @@ struct lttng_snapshot_output { char ctrl_url[PATH_MAX]; /* Destination of the output. See lttng(1) for URL format. */ char data_url[PATH_MAX]; -}; +} LTTNG_PACKED; /* * Snapshot output list object opaque to the user.