Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / performance-tests / RPC / ping.x
blob31c3be713b5f322c03cd2d67595e3fd683fcb7e3
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;