Skip to content

Commit

Permalink
afsocket: making ReloadStoreItem type public
Browse files Browse the repository at this point in the history
Signed-off-by: Tamás Kosztyu <tamas.kosztyu@axoflow.com>
  • Loading branch information
sodomelle committed Dec 16, 2024
1 parent 4686337 commit 3323184
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/afsocket/afsocket-dest.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@
#include <sys/types.h>
#include <sys/socket.h>

typedef struct _ReloadStoreItem
{
LogProtoClientFactory *proto_factory;
GSockAddr *dest_addr;
LogWriter *writer;
} ReloadStoreItem;

static ReloadStoreItem *
_reload_store_item_new(AFSocketDestDriver *afsocket_dd)
{
Expand Down
7 changes: 7 additions & 0 deletions modules/afsocket/afsocket-dest.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@

#include <iv.h>

typedef struct _ReloadStoreItem
{
LogProtoClientFactory *proto_factory;
GSockAddr *dest_addr;
LogWriter *writer;
} ReloadStoreItem;

typedef struct _AFSocketDestDriver AFSocketDestDriver;

struct _AFSocketDestDriver
Expand Down

0 comments on commit 3323184

Please sign in to comment.