/[rtmk]/rtmk/rig/backend.c
ViewVC logotype

Diff of /rtmk/rig/backend.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jrydberg, Tue Jan 29 18:18:28 2002 UTC revision 1.4 by jrydberg, Wed Feb 20 19:16:12 2002 UTC
# Line 224  be_server_routine (rt) Line 224  be_server_routine (rt)
224          }          }
225      }      }
226    
227      for (arg = rt->args; arg; arg = arg->next)
228        {
229          if (arg->direction == AD_IN
230              && (arg->type->attrs & NO_FIXED_LENGTH || arg->type->array > 0))
231            target_server_alloc_local_array (rt, arg);
232        }
233    
234    target_server_call (rt);    target_server_call (rt);
235    
236    /* ok, we can start encode all the args */    /* ok, we can start encode all the args */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26