X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_transport_service.h;h=391a87e9de84cd17462dfe2439f543cf786fe5ae;hb=7e3df72d6b8a32b15b02110b54c77f77e28928a2;hp=25ca388a7160ad14aec9ed34520a14bd47bd7e44;hpb=0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h index 25ca388a7..391a87e9d 100644 --- a/src/include/gnunet_transport_service.h +++ b/src/include/gnunet_transport_service.h @@ -168,6 +168,7 @@ struct GNUNET_TRANSPORT_TransmitHandle; * @param handle connection to transport service * @param target who should receive the message * @param size how big is the message we want to transmit? + * @param priority how important is the message? * @param timeout after how long should we give up (and call * notify with buf NULL and size 0)? * @param notify function to call when we are ready to @@ -182,6 +183,7 @@ struct GNUNET_TRANSPORT_TransmitHandle *handle, const struct GNUNET_PeerIdentity *target, size_t size, + unsigned int priority, struct GNUNET_TIME_Relative timeout, GNUNET_NETWORK_TransmitReadyNotify