]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
chan
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 3 Sep 2007 17:36:07 +0000 (17:36 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 3 Sep 2007 17:36:07 +0000 (17:36 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@685 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_rtep/rtep_fna_c.c

index e442dbb6dce27896e953454c7196f1b3fc036411..0810a0e52f5452a92759aa944d4b2c2950489075 100644 (file)
@@ -732,11 +732,12 @@ int rtep_fna_receive_sync
 {
     rtep_priority_t prio;
     rtep_station_id_t rtep_from;
+    rtep_channel_t chan = (rtep_channel_t) endpoint->stream_id;
 
     // TODO: checks for errors
     rtep_recv_info
             (&rtep_from,
-             (rtep_channel_t) endpoint->stream_id,
+             chan,
              (uint8_t *) buffer,
              buffer_size,
              received_bytes,