X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftransport-testing.h;h=4629d612509336d5e6195b9f86e4bdcdd4fd378b;hb=609e4becfe496ed62c2007db18d04fbc8d523476;hp=a4cfd89f62b5f00e244455012fc90dd46d6708af;hpb=09b6a814e0ddcca0497c5cbf37940c27e6a5d9de;p=oweals%2Fgnunet.git diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h index a4cfd89f6..4629d6125 100644 --- a/src/transport/transport-testing.h +++ b/src/transport/transport-testing.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** @@ -115,12 +117,12 @@ struct GNUNET_TRANSPORT_TESTING_PeerContext /** * Notify connect callback */ - GNUNET_TRANSPORT_NotifyConnecT nc; + GNUNET_TRANSPORT_NotifyConnect nc; /** * Notify disconnect callback */ - GNUNET_TRANSPORT_NotifyDisconnecT nd; + GNUNET_TRANSPORT_NotifyDisconnect nd; /** * Startup completed callback @@ -291,8 +293,8 @@ GNUNET_TRANSPORT_TESTING_start_peer (struct GNUNET_TRANSPORT_TESTING_Handle *tth const char *cfgname, int peer_id, const struct GNUNET_MQ_MessageHandler *handlers, - GNUNET_TRANSPORT_NotifyConnecT nc, - GNUNET_TRANSPORT_NotifyDisconnecT nd, + GNUNET_TRANSPORT_NotifyConnect nc, + GNUNET_TRANSPORT_NotifyDisconnect nd, void *cb_cls, GNUNET_SCHEDULER_TaskCallback start_cb, void *start_cb_cls);