~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to mapiproxy/modules/mpm_cache.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
#define MPM_DB_STORAGE  "data"
120
120
 
121
121
#define MPM_LOCATION    __FUNCTION__, __LINE__
 
122
#define MPM_SESSION(x)  x->session->server_id.pid, x->session->server_id.task_id, x->session->server_id.vnn, x->session->context_id
122
123
 
123
124
#endif /* __MPM_CACHE_H */