Loading examples/c/ADM_cancel_transfer.c +3 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading examples/c/ADM_connect_data_operation.c +3 −2 Original line number Diff line number Diff line Loading @@ -67,8 +67,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading examples/c/ADM_define_data_operation.c +3 −2 Original line number Diff line number Diff line Loading @@ -72,8 +72,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading examples/c/ADM_deploy_adhoc_storage.c +3 −3 Original line number Diff line number Diff line Loading @@ -96,9 +96,9 @@ main(int argc, char* argv[]) { } // 2. Register the adhoc storage if(ADM_register_adhoc_storage(server, adhoc_name, ADM_ADHOC_STORAGE_DATACLAY, adhoc_ctx, &adhoc_storage) != ADM_SUCCESS) { if(ADM_register_adhoc_storage( server, adhoc_name, ADM_ADHOC_STORAGE_DATACLAY, adhoc_ctx, adhoc_resources, &adhoc_storage) != ADM_SUCCESS) { fprintf(stderr, "ADM_register_adhoc_storage() failed: %s\n", ADM_strerror(ret)); goto cleanup; Loading examples/c/ADM_finalize_data_operation.c +3 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading Loading
examples/c/ADM_cancel_transfer.c +3 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading
examples/c/ADM_connect_data_operation.c +3 −2 Original line number Diff line number Diff line Loading @@ -67,8 +67,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading
examples/c/ADM_define_data_operation.c +3 −2 Original line number Diff line number Diff line Loading @@ -72,8 +72,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading
examples/c/ADM_deploy_adhoc_storage.c +3 −3 Original line number Diff line number Diff line Loading @@ -96,9 +96,9 @@ main(int argc, char* argv[]) { } // 2. Register the adhoc storage if(ADM_register_adhoc_storage(server, adhoc_name, ADM_ADHOC_STORAGE_DATACLAY, adhoc_ctx, &adhoc_storage) != ADM_SUCCESS) { if(ADM_register_adhoc_storage( server, adhoc_name, ADM_ADHOC_STORAGE_DATACLAY, adhoc_ctx, adhoc_resources, &adhoc_storage) != ADM_SUCCESS) { fprintf(stderr, "ADM_register_adhoc_storage() failed: %s\n", ADM_strerror(ret)); goto cleanup; Loading
examples/c/ADM_finalize_data_operation.c +3 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,9 @@ main(int argc, char* argv[]) { const char* name = "adhoc_storage_42"; ADM_adhoc_storage_t adhoc_storage; ADM_return_t ret = ADM_register_adhoc_storage( server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, &adhoc_storage); ADM_return_t ret = ADM_register_adhoc_storage(server, name, ADM_ADHOC_STORAGE_GEKKOFS, ctx, adhoc_resources, &adhoc_storage); if(ret != ADM_SUCCESS) { fprintf(stderr, Loading