~ubuntu-branches/ubuntu/gutsy/syslog-ng/gutsy-security

« back to all changes in this revision

Viewing changes to src/affile.c.x

  • Committer: Bazaar Package Importer
  • Author(s): Magosányi Árpád (mag)
  • Date: 2004-03-13 18:35:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040313183537-g0fsc2j2y1wbxage
Tags: 1.6.2-3
* changed manpage to better reflect -v. Closes: #228377
* fixed build-depends, hopefully correctly now:( Closes: #237668

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
struct affile_source
3
3
{
4
4
  struct log_source_driver super;
5
 
  struct resource_node (*(res));
6
5
  UINT32 flags;
7
6
  struct io_fd *src;
 
7
  UINT8 (*(prefix));
 
8
  UINT32 pad_size;
8
9
  struct ol_string *name;
9
10
};
10
11
extern struct ol_class affile_source_class;
112
113
  int dir_perm;
113
114
  int flags;
114
115
  int remove_if_older;
115
 
  UINT32 sync_freq;
 
116
  int sync_freq;
116
117
  struct ol_string *template_fname;
117
118
  struct ol_string *template_output;
118
119
  int template_escape;