Fix: tests: integer truncation warning on 32-bit platforms
[lttng-tools.git] / tests / regression / tools / trigger / name / trigger_name.c
index d0d82a8afa9ad628e6c410be6d2d7c19abd56798..fe62b9011c8434b707e529e5f076fb2d4884ec1a 100644 (file)
@@ -152,7 +152,7 @@ end:
  * important for the purposes of this test.
  */
 static
-struct lttng_trigger *create_trigger(size_t threshold)
+struct lttng_trigger *create_trigger(uint64_t threshold)
 {
        struct lttng_condition *condition = NULL;
        struct lttng_action *action = NULL;
This page took 0.023332 seconds and 4 git commands to generate.