comparison ppe/PadFree.cc @ 27:34fde39c0a31

commit test.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 10 Dec 2010 02:57:29 +0900
parents aa37f220b7a8
children
comparison
equal deleted inserted replaced
26:6bea374ee604 27:34fde39c0a31
9 static int 9 static int
10 run(SchedTask *s, void *rbuf, void *wbuf) 10 run(SchedTask *s, void *rbuf, void *wbuf)
11 { 11 {
12 12
13 int pad_id = (int)s->get_param(0); 13 int pad_id = (int)s->get_param(0);
14 14
15 s->global_free(pad_id); 15 s->global_free(pad_id);
16 16
17 return 0; 17 return 0;
18 } 18 }
19 19