Skip to content

Commit

Permalink
Merge pull request #169 from lbudai/f/merge-proto
Browse files Browse the repository at this point in the history
ack_tracker: keep AckTracker parent class 64 bit aligned
  • Loading branch information
algernon committed Jul 22, 2014
2 parents 42ef899 + 05275cb commit 11805bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ack_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ struct _AckTracker
Bookmark* (*request_bookmark)(AckTracker *self);
void (*track_msg)(AckTracker *self, LogMessage *msg);
void (*manage_msg_ack)(AckTracker *self, LogMessage *msg, gboolean acked);
void *padding; /* keep this structure 64bit aligned */
};

struct _AckRecord
Expand Down

0 comments on commit 11805bc

Please sign in to comment.