diff TaskManager/Cell/SpeThreads.h @ 621:5b178db5988a

Cell fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 15 Nov 2009 03:34:18 +0900
parents 7a41d2cb0a84
children 8843edf37c0e
line wrap: on
line diff
--- a/TaskManager/Cell/SpeThreads.h	Sun Nov 15 02:05:33 2009 +0900
+++ b/TaskManager/Cell/SpeThreads.h	Sun Nov 15 03:34:18 2009 +0900
@@ -19,9 +19,9 @@
 
     /* functions */
     void init(void);
-    memaddr get_mail(int speid, int count, unsigned int* ret); // BLOCKING
-    memaddr check_mail(int speid, int count, unsigned int* ret); // NONBLOCK
-    void send_mail(int speid, int num, memaddr *data); // BLOCKING
+    int get_mail(int speid, int count, unsigned int* ret); // BLOCKING
+    int check_mail(int speid, int count, unsigned int* ret); // NONBLOCK
+    void send_mail(int speid, int num, unsigned int *data); // BLOCKING
     static void *spe_thread_run(void *arg);
     static void *frontend_thread_run(void *arg);
     void add_output_tasklist(int command, unsigned int buff, int alloc_size);