summaryrefslogtreecommitdiffstats
path: root/examples/win32_service.c
diff options
context:
space:
mode:
authorVadim Revyakin <vadimr@intel.com>2007-01-16 13:47:51 +0000
committerVadim Revyakin <vadimr@intel.com>2007-01-16 13:47:51 +0000
commit35d36fc17dbda85f89e5e109d6183458336323e9 (patch)
tree69eece0e1bbaf42a3be9bc6a481d965ad36b3bc2 /examples/win32_service.c
parent0ee16751b14a514cf7e07746467e917b97541713 (diff)
downloadwsmancli-35d36fc17dbda85f89e5e109d6183458336323e9.tar.gz
wsmancli-35d36fc17dbda85f89e5e109d6183458336323e9.tar.xz
wsmancli-35d36fc17dbda85f89e5e109d6183458336323e9.zip
serialization with several name spaces and attributes. SER_STRUCT define improved
Diffstat (limited to 'examples/win32_service.c')
-rw-r--r--examples/win32_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/win32_service.c b/examples/win32_service.c
index b6ac252..279e6a0 100644
--- a/examples/win32_service.c
+++ b/examples/win32_service.c
@@ -107,7 +107,7 @@ struct __CIM_Servie
};
typedef struct __CIM_Servie CIM_Servie;
-SER_START_ITEMS("CIM_Servie", CIM_Servie)
+SER_START_ITEMS(CIM_Servie)
SER_BOOL("AcceptPause", 1),
SER_BOOL("AcceptStop", 1),
SER_STR("Caption", 1),
@@ -133,7 +133,7 @@ SER_STR("SystemCreationClassName", 1),
SER_STR("SystemName", 1),
SER_UINT32("TagId", 1),
SER_UINT32("WaitHint", 1),
-SER_END_ITEMS("CIM_Servie", CIM_Servie);
+SER_END_ITEMS(CIM_Servie);
static char *endpoint = NULL;
char listall = 0;