Changeset 926 for trunk/zoo-project/zoo-kernel/service_callback.c
- Timestamp:
- May 28, 2019, 11:33:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_callback.c
r917 r926 435 435 maps* curs=inputs; 436 436 dumpMaps(curs); 437 c har *keys[11][2]={437 const char *keys[11][2]={ 438 438 { 439 439 "xlink:href", … … 614 614 maps* curs=outputs; 615 615 dumpMaps(curs); 616 c har *keys[10][2]={616 const char *keys[10][2]={ 617 617 { 618 618 "Reference", … … 656 656 } 657 657 }; 658 c har* specifics[5][2]={658 const char* specifics[5][2]={ 659 659 { 660 660 "download_link", … … 767 767 case 6: { 768 768 // Finalize HPC 769 c har *keys[6][2]={769 const char *keys[6][2]={ 770 770 { 771 771 //"SubmitTime",
Note: See TracChangeset
for help on using the changeset viewer.