]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak tabbing
authorKern Sibbald <kern@sibbald.com>
Fri, 3 Oct 2008 20:51:25 +0000 (20:51 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 3 Oct 2008 20:51:25 +0000 (20:51 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7697 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/fd_plugins.h

index 307b9f441f5202e7816c1fecdb63f101edc8021a..ad203e979eebd0fa9415ef91a90c2d22cb784a41 100644 (file)
  * This packet is used for file save info transfer.
 */
 struct save_pkt {
-  int32_t pkt_size;                   /* size of this packet */
-  char *fname;                        /* Full path and filename */
-  char *link;                         /* Link name if any */
-  struct stat statp;                  /* System stat() packet for file */
-  int32_t type;                       /* FT_xx for this file */             
-  uint32_t flags;                     /* Bacula internal flags */
-  bool portable;                      /* set if data format is portable */
-  char *cmd;                          /* command */
-  int32_t pkt_end;                    /* end packet sentinel */
+   int32_t pkt_size;                  /* size of this packet */
+   char *fname;                       /* Full path and filename */
+   char *link;                        /* Link name if any */
+   struct stat statp;                 /* System stat() packet for file */
+   int32_t type;                      /* FT_xx for this file */             
+   uint32_t flags;                    /* Bacula internal flags */
+   bool portable;                     /* set if data format is portable */
+   char *cmd;                         /* command */
+   int32_t pkt_end;                   /* end packet sentinel */
 };
 
 /*