Changeset 846
- Timestamp:
- Aug 8, 2017, 4:54:38 PM (7 years ago)
- Location:
- branches/prototype-v0/zoo-project/zoo-kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/zoo-project/zoo-kernel/service_callback.c
r845 r846 249 249 INTERNET_FLAG_NO_CACHE_WRITE, 250 250 0); 251 AddHeaderEntries(&hInternet,m); 251 252 //curl_easy_setopt(hInternet.ihandle[hInternet.nb].handle, CURLOPT_VERBOSE, 1); 252 253 processDownloads(&hInternet); -
branches/prototype-v0/zoo-project/zoo-kernel/service_internal_hpc.c
r839 r846 41 41 } local_params; 42 42 43 #ifdef PTHREADS 44 #endif 45 43 /** 44 * Add nested outputs to every outputs that is geographic format 45 * @see isGeographic 46 * @param s the service current definition 47 */ 46 48 void addNestedOutputs(service** s){ 47 49 if((*s)==NULL){ -
branches/prototype-v0/zoo-project/zoo-kernel/ulinet.c
r839 r846 290 290 for(j=0;token[j]!='\0';j++){ 291 291 if(token[j]!='-') 292 tmp1[5+j]=toupper(token[ i]);292 tmp1[5+j]=toupper(token[j]); 293 293 else 294 294 tmp1[5+j]='_';
Note: See TracChangeset
for help on using the changeset viewer.