repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git]
/
ACE
/
performance-tests
/
RPC
/
ping.x
blob
31c3be713b5f322c03cd2d67595e3fd683fcb7e3
1
/*
2
* A small program to test RPC round-trip delays.
3
*/
4
program PINGPROG {
5
version PINGVERS {
6
int PING (int) = 1;
7
} = 1;
8
} = 0x20000001;