ソースを参照

Avoid warning

Samuel Thibault 7 年 前
コミット
634126db7e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/core/workers.h

+ 1 - 1
src/core/workers.h

@@ -146,7 +146,7 @@ LIST_TYPE(_starpu_worker,
 	enum _starpu_worker_status status; /* what is the worker doing now ? (eg. CALLBACK) */
 	unsigned state_keep_awake; /* !0 if a task has been pushed to the worker and the task has not yet been seen by the worker, the worker should no go to sleep before processing this task*/
 	char name[64];
-	char short_name[10];
+	char short_name[32];
 	unsigned run_by_starpu; /* Is this run by StarPU or directly by the application ? */
 	struct _starpu_driver_ops *driver_ops;