From f473a8d1c0c43298fe94059406f958a761b6653d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 5 Aug 2005 08:53:45 +0000 Subject: [PATCH] also binary attribute values --- org.glite.jp.common/interface/types.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.glite.jp.common/interface/types.h b/org.glite.jp.common/interface/types.h index 968889e..84910fe 100644 --- a/org.glite.jp.common/interface/types.h +++ b/org.glite.jp.common/interface/types.h @@ -3,6 +3,9 @@ #include +#define GLITE_JP_SYSTEM_NS "http://egee.cesnet.cz/en/WSDL/jp-system" +#define GLITE_JP_ATTR_OWNER GLITE_JP_SYSTEM_NS ":owner" + typedef struct _glite_jp_error_t { int code; const char *desc; @@ -32,6 +35,8 @@ typedef enum { typedef struct { char *name; /**< including namespace */ char *value; + int binary; /**< value is binary */ + size_t size; /**< in case of binary value */ glite_jp_attr_orig_t origin; char *origin_detail; /**< where it came from, i.e. file URI:name */ time_t timestamp; -- 1.8.2.3