log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Game
>
Cerium
annotate example/task_queue/Func.h @ 2054:
2e7a6f40672f
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
add param(4) in FileMapReduce.cc
author
masa
date
Fri, 29 Jan 2016 15:56:28 +0900
parents
e78f70dc7ef8
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
492
6b2dda81ea9d
memcpy for param
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
1
enum {
651
e78f70dc7ef8
fix
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
492
diff
changeset
2
#include "SysTasks.h"
492
6b2dda81ea9d
memcpy for param
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
3
HELLO_TASK,
6b2dda81ea9d
memcpy for param
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
4
RUN_FINISH,
6b2dda81ea9d
memcpy for param
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
5
};
6b2dda81ea9d
memcpy for param
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
6