Changeset f94b24c8 in mainline for uspace/app/nettest1/nettest1.c


Ignore:
Timestamp:
2013-07-29T13:54:20Z (12 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1c95da
Parents:
09d6695 (diff), ccdc63e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nettest1/nettest1.c

    r09d6695 rf94b24c8  
    253253       
    254254        rc = sockets_sendto_recvfrom(verbose, socket_ids, nsockets, address,
    255             &addrlen, data, size, nmessages);
     255            &addrlen, data, size, nmessages, type);
    256256        if (rc != EOK)
    257257                return rc;
     
    278278       
    279279        rc = sockets_sendto(verbose, socket_ids, nsockets, address, addrlen,
    280             data, size, nmessages);
     280            data, size, nmessages, type);
    281281        if (rc != EOK)
    282282                return rc;
Note: See TracChangeset for help on using the changeset viewer.