Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428775c
)
b=17229
author
grev
<grev>
Fri, 14 Nov 2008 16:23:25 +0000
(16:23 +0000)
committer
grev
<grev>
Fri, 14 Nov 2008 16:23:25 +0000
(16:23 +0000)
i=Adilger
remote multiop fix
lustre/tests/multiop.c
patch
|
blob
|
history
diff --git
a/lustre/tests/multiop.c
b/lustre/tests/multiop.c
index
b5f745d
..
946fe05
100755
(executable)
--- a/
lustre/tests/multiop.c
+++ b/
lustre/tests/multiop.c
@@
-194,7
+194,7
@@
int main(int argc, char **argv)
case '_':
if (usr1_received == 0) {
if (verbose) {
- printf("PAUSING
\n"
);
+ printf("PAUSING
%u\n", getpid()
);
fflush(stdout);
}
pause();