瀏覽代碼

Add the functions renamed in r. 5345 to starpu_deprecated_api.h

Cyril Roelandt 13 年之前
父節點
當前提交
0ca91b071c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/starpu_deprecated_api.h

+ 4 - 0
include/starpu_deprecated_api.h

@@ -48,6 +48,10 @@ typedef struct starpu_buffer_descr starpu_buffer_descr;
 typedef struct starpu_codelet starpu_codelet;
 typedef enum starpu_access_mode starpu_access_mode;
 
+#define starpu_print_bus_bandwidth     starpu_bus_print_bandwidth
+#define starpu_get_handle_interface_id starpu_handle_get_interface_id
+#define starpu_get_current_task        starpu_task_get_current
+
 #ifdef __cplusplus
 }
 #endif