~ubuntu-branches/ubuntu/maverick/libvirt/maverick-proposed

« back to all changes in this revision

Viewing changes to src/util/storage_file.h

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2010-04-19 18:11:57 UTC
  • mfrom: (0.2.6 upstream) (3.8.3 sid)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: james.westby@ubuntu.com-20100419181157-p8x7wvat9ovlae6m
Tags: 0.8.0-2
* [70fbcb6] New patch 0007-nwfilter-Don-t-crash-if-driverState- NULL.patch
  nwfilter: Don't crash if driverState == NULL (Closes: #577728)
* [d7d1abd] New patch 0008-Ignore-empty-type-statement-in-disk-
  element.patch Ignore empty type statement in disk element
  (Closes: #578347)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 */
23
23
 
24
24
#ifndef __VIR_STORAGE_FILE_H__
25
 
#define __VIR_STORAGE_FILE_H__
 
25
# define __VIR_STORAGE_FILE_H__
26
26
 
27
 
#include "util.h"
28
 
#include <stdbool.h>
 
27
# include "util.h"
 
28
# include <stdbool.h>
29
29
 
30
30
enum virStorageFileFormat {
31
31
    VIR_STORAGE_FILE_RAW = 0,