Changeset 973
- Timestamp:
- Dec 22, 2020, 2:41:43 PM (4 years ago)
- Location:
- trunk/zoo-project/zoo-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_json.h
r967 r973 50 50 void printGetCapabilitiesForProcessJ(registry*, maps*,void*,void*,service*); 51 51 void printExceptionReportResponseJ(maps*,map*); 52 void parseJRequest(maps*,service* s,json_object*,map*,maps**,maps**);52 void parseJRequest(maps*,service*,json_object*,map*,maps**,maps**); 53 53 json_object* printJResult(maps*,service*,maps*,int); 54 54 json_object* printJobStatus(maps*,char*); -
trunk/zoo-project/zoo-kernel/zoo_service_loader.c
r967 r973 69 69 #include "service.h" 70 70 71 #ifdef USE_JSON71 #ifdef defined(WIN32) || defined(USE_JSON) 72 72 #include "caching.h" 73 73 #endif … … 696 696 } 697 697 698 #ifdef USE_JSON 698 699 /** 699 700 * Run every HTTP request to download inputs passed as reference … … 738 739 return 0; 739 740 } 741 #endif 740 742 741 743 /** … … 985 987 addToMap (request_inputs, "status", "true"); 986 988 setMapInMaps (conf, "lenv", "osid", test1->value); 987 status = getMap (request_inputs, "status");989 //status = getMap (request_inputs, "status"); 988 990 } 989 991 test1 = getMap (request_inputs, "usid");
Note: See TracChangeset
for help on using the changeset viewer.