~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/global/deliver_request.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:
48
48
    char   *sasl_method;                /* SASL method */
49
49
    char   *sasl_username;              /* SASL user name */
50
50
    char   *sasl_sender;                /* SASL sender */
 
51
    char   *log_ident;                  /* original queue ID */
51
52
    char   *rewrite_context;            /* address rewrite context */
52
53
    char   *dsn_envid;                  /* DSN envelope ID */
53
54
    int     dsn_ret;                    /* DSN full/header notification */