mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 18:19:19 +02:00
added customer initial support
This commit is contained in:
@@ -187,6 +187,7 @@ struct session_data {
|
||||
char acceptbuf[SMALLBUFSIZE];
|
||||
char attachments[SMALLBUFSIZE];
|
||||
char internal_sender, internal_recipient, external_recipient;
|
||||
short int customer_id;
|
||||
int direction;
|
||||
int tls;
|
||||
int spam_message;
|
||||
@@ -286,6 +287,11 @@ struct __data {
|
||||
|
||||
SSL_CTX *ctx;
|
||||
SSL *ssl;
|
||||
|
||||
#ifdef HAVE_MULTITENANCY
|
||||
struct list *customers;
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user