diff options
author | Thomas White <taw@physics.org> | 2021-09-09 16:33:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 12:15:38 +0200 |
commit | 24d180fc0173c8f577ffbb3394b612c19fa161ff (patch) | |
tree | f091d0152a98bfb99238c5e48e107ce55fbcfab0 /src/im-asapo.h | |
parent | 151924b7fccde4cb6bdb73128ba27c091037eb4b (diff) |
ASAP::O: Remove filesystem path
This is only really needed for offline processing. It's an added
complication for now. Maybe we'll revisit it later and re-expose this,
though.
Diffstat (limited to 'src/im-asapo.h')
-rw-r--r-- | src/im-asapo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/im-asapo.h b/src/im-asapo.h index 3160c69d..04856511 100644 --- a/src/im-asapo.h +++ b/src/im-asapo.h @@ -39,7 +39,6 @@ extern struct im_asapo *im_asapo_connect(const char *endpoint, const char *token, const char *beamtime, - const char *path, const char *group_id, const char *data_source); @@ -55,7 +54,6 @@ extern char *im_asapo_make_unique_group_id(const char *endpoint, static UNUSED struct im_asapo *im_asapo_connect(const char *endpoint, const char *token, const char *beamtime, - const char *path, const char *group_id, const char *data_source) { |