Skip to content

Commit

Permalink
submission: recipient: Add field for associating backend context.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch authored and villesavolainen committed Feb 12, 2019
1 parent 31755e3 commit 959f3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/submission/submission-recipient.h
Expand Up @@ -8,6 +8,7 @@ struct submission_recipient {
struct smtp_server_recipient *rcpt;

struct submission_backend *backend;
void *backend_context;

/* Module-specific contexts. */
ARRAY(union submission_recipient_module_context *) module_contexts;
Expand Down

0 comments on commit 959f3b2

Please sign in to comment.