for portmap callit, change call_args and rell_result to prefix them with pmap_

to avoid polluting the namespace too bad
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2011-06-26 18:47:33 +10:00
parent c481da67f2
commit 5cb18618bc
1 changed files with 4 additions and 4 deletions

View File

@ -11,14 +11,14 @@ struct pmap_mapping {
unsigned int port;
};
struct call_args {
struct pmap_call_args {
unsigned int prog;
unsigned int vers;
unsigned int proc;
opaque args<>;
};
struct call_result {
struct pmap_call_result {
unsigned int port;
opaque res<>;
};
@ -37,8 +37,8 @@ program PMAP_PROGRAM {
unsigned int
PMAP_GETPORT(pmap_mapping) = 3;
call_result
PMAP_CALLIT(call_args) = 5;
pmap_call_result
PMAP_CALLIT(pmap_call_args) = 5;
} = 2;
} = 100000;