]> AND Public Git Repository - simgrid.git/blobdiff - doc/gtut-files/4-callback.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lesson 8: exceptions
[simgrid.git] / doc / gtut-files / 4-callback.c
index 15fbb14d4f0ae626e6171f7b20aabbf8e61c5367..1749ef21339ec4062509815078c05b5ff1cca3a3 100644 (file)
@@ -11,7 +11,6 @@ int server_hello_cb(gras_msg_cb_ctx_t ctx, void *payload) {
 
 int server(int argc, char *argv[]) {
   gras_socket_t mysock;   /* socket on which I listen */
-  gras_socket_t toclient; /* socket used to write to the client */
   
   gras_init(&argc,argv);