Skip to content

Commit

Permalink
Fixing Windows timeval issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manchicken committed Jul 25, 2024
1 parent e4b816d commit bd822a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/amqp_confirm_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include "rabbitmq-c/framing.h"
#include "utils.h"

struct timeval;

#define SUMMARY_EVERY_US 5000

static void send_batch(amqp_connection_state_t conn, char const *queue_name,
Expand Down

0 comments on commit bd822a8

Please sign in to comment.