test_client.c | test_client.c | |||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
* @brief tests for client.c | * @brief tests for client.c | |||
*/ | */ | |||
#include "platform.h" | #include "platform.h" | |||
#include "gnunet_common.h" | #include "gnunet_common.h" | |||
#include "gnunet_client_lib.h" | #include "gnunet_client_lib.h" | |||
#include "gnunet_configuration_lib.h" | #include "gnunet_configuration_lib.h" | |||
#include "gnunet_scheduler_lib.h" | #include "gnunet_scheduler_lib.h" | |||
#include "gnunet_server_lib.h" | #include "gnunet_server_lib.h" | |||
#include "gnunet_time_lib.h" | #include "gnunet_time_lib.h" | |||
#define VERBOSE GNUNET_EXTRA_LOGGING | #define VERBOSE GNUNET_NO | |||
#define PORT 14325 | #define PORT 14325 | |||
#define MYNAME "test_client" | #define MYNAME "test_client" | |||
static struct GNUNET_CLIENT_Connection *client; | static struct GNUNET_CLIENT_Connection *client; | |||
static struct GNUNET_SERVER_Handle *server; | static struct GNUNET_SERVER_Handle *server; | |||
static struct GNUNET_CONFIGURATION_Handle *cfg; | static struct GNUNET_CONFIGURATION_Handle *cfg; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |