GCCH_2s (ch));
if (GNUNET_OK !=
GCCH_handle_local_data (ch,
+ c,
buf,
payload_size))
{
* buffer space in the tunnel.
*
* @param ch Channel.
+ * @param sender client sending the data
* @param buf payload to transmit.
* @param buf_len number of bytes in @a buf
* @return #GNUNET_OK if everything goes well,
*/
int
GCCH_handle_local_data (struct CadetChannel *ch,
+ struct CadetClient *sender,
const char *buf,
size_t buf_len)
{
* buffer space in the tunnel.
*
* @param ch Channel.
+ * @param sender client sending the data
* @param buf payload to transmit.
* @param buf_len number of bytes in @a buf
* @return #GNUNET_OK if everything goes well,
*/
int
GCCH_handle_local_data (struct CadetChannel *ch,
+ struct CadetClient *sender,
const char *buf,
size_t buf_len);