##// END OF EJS Templates
Configuration file of the control module as an argument of the main aplication: Testing 3
imanay -
r226:227
parent child
Show More
@@ -149,7 +149,6
149 int servSocket;
149 int servSocket;
150 int clntSocket;
150 int clntSocket;
151
151
152 printf ("testing");
153 char *rx_buffer = (char *) malloc(TAM_BUFFER);
152 char *rx_buffer = (char *) malloc(TAM_BUFFER);
154 char *tx_buffer = (char *) malloc(TAM_BUFFER);
153 char *tx_buffer = (char *) malloc(TAM_BUFFER);
155 /* Inicializa parametros del modulo*/
154 /* Inicializa parametros del modulo*/
General Comments 0
You need to be logged in to leave comments. Login now