Explorar o código

src/debug/traces/starpu_fxt.c: add missing case _STARPU_FUT_DATA_LOAD

Nathalie Furmento %!s(int64=10) %!d(string=hai) anos
pai
achega
4b6b81e04e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/debug/traces/starpu_fxt.c

+ 3 - 0
src/debug/traces/starpu_fxt.c

@@ -1790,6 +1790,9 @@ void _starpu_fxt_parse_new_file(char *filename_in, struct starpu_fxt_options *op
 				     handle_data_copy();
 				break;
 
+			case _STARPU_FUT_DATA_LOAD:
+			     	break;
+
 			case _STARPU_FUT_START_DRIVER_COPY:
 				if (!options->no_bus)
 					handle_start_driver_copy(&ev, options);