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
/
server.c
blob
0c33eaf0f72f58381b8066beb92e43a6f62cf68f
1
2
#include
"ping.h"
3
#include <rpc/rpc.h>
4
#include <stdio.h>
5
6
static int
return_value
=
0
;
7
8
int
*
ping_1_svc
(
int
*
value
,
struct
svc_req
*
r
)
9
{
10
return_value
= *
value
;
11
return
&
return_value
;
12
}