summaryrefslogtreecommitdiffstats
path: root/src/logicalfile/file.h
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2014-05-05 15:28:58 +0200
committerJan Synacek <jsynacek@redhat.com>2014-05-06 08:31:20 +0200
commit08a3b7128e27f474046afa3f78b55df221c59dd9 (patch)
treef59578a238b6086c31904bf925567f96eef0280a /src/logicalfile/file.h
parent55f63d29f5d2b4e82979d71386df58394e87ef5a (diff)
downloadopenlmi-providers-08a3b7128e27f474046afa3f78b55df221c59dd9.tar.gz
openlmi-providers-08a3b7128e27f474046afa3f78b55df221c59dd9.tar.xz
openlmi-providers-08a3b7128e27f474046afa3f78b55df221c59dd9.zip
libopenlmi: minor fixes and improvements
Diffstat (limited to 'src/logicalfile/file.h')
-rw-r--r--src/logicalfile/file.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/logicalfile/file.h b/src/logicalfile/file.h
index a5291ed..518cc77 100644
--- a/src/logicalfile/file.h
+++ b/src/logicalfile/file.h
@@ -59,11 +59,11 @@ const char *provider_name;
)
#define fill_logicalfile(type, obj, name, fsclassname, fsname, creation_class) \
- type##_Set_Name((obj), (name)); \
- type##_Set_CSCreationClassName((obj), get_system_creation_class_name()); \
- type##_Set_CSName((obj), get_system_name()); \
- type##_Set_FSCreationClassName((obj), fsclassname); \
- type##_Set_FSName((obj), (fsname)); \
+ type##_Set_Name((obj), (name)); \
+ type##_Set_CSCreationClassName((obj), lmi_get_system_creation_class_name()); \
+ type##_Set_CSName((obj), lmi_get_system_name()); \
+ type##_Set_FSCreationClassName((obj), fsclassname); \
+ type##_Set_FSName((obj), (fsname)); \
type##_Set_CreationClassName((obj), (creation_class));
#define fill_basic(b, cmpitype, lmi_file, creation_class_name, fsclassname, fsname, sb) \