From 7a2878e315920dbc64792d1d9f5bab8c4edbf6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onie?= Date: Wed, 6 Apr 2022 15:32:40 +0200 Subject: [PATCH 1/2] test --- src/mictcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mictcp.c b/src/mictcp.c index 8ac36f2..9740e24 100644 --- a/src/mictcp.c +++ b/src/mictcp.c @@ -172,6 +172,7 @@ int mic_tcp_send (int mic_sock, char* mesg, int mesg_size) * Retourne le nombre d’octets lu ou bien -1 en cas d’erreur * NB : cette fonction fait appel à la fonction app_buffer_get() */ + //test commentaire int mic_tcp_recv (int socket, char* mesg, int max_mesg_size) { printf("[MIC-TCP] Appel de la fonction: "); printf(__FUNCTION__); printf("\n"); From aba9fd19a58e40349993b10935b9455fa58b0503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onie?= Date: Wed, 6 Apr 2022 15:57:05 +0200 Subject: [PATCH 2/2] test undo --- src/mictcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mictcp.c b/src/mictcp.c index 9740e24..8ac36f2 100644 --- a/src/mictcp.c +++ b/src/mictcp.c @@ -172,7 +172,6 @@ int mic_tcp_send (int mic_sock, char* mesg, int mesg_size) * Retourne le nombre d’octets lu ou bien -1 en cas d’erreur * NB : cette fonction fait appel à la fonction app_buffer_get() */ - //test commentaire int mic_tcp_recv (int socket, char* mesg, int max_mesg_size) { printf("[MIC-TCP] Appel de la fonction: "); printf(__FUNCTION__); printf("\n");