~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/oqmgr/qmgr.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
313
313
    char   *sasl_method;                /* SASL method */
314
314
    char   *sasl_username;              /* SASL user name */
315
315
    char   *sasl_sender;                /* SASL sender */
 
316
    char   *log_ident;                  /* up-stream queue ID */
316
317
    char   *rewrite_context;            /* address qualification */
317
318
    RECIPIENT_LIST rcpt_list;           /* complete addresses */
318
319
};