diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-04-02 12:04:37 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-04-02 12:04:37 +0200 |
commit | 0f58e0fc3418fdd5a97de533e2e2818b8d81c941 (patch) | |
tree | 4bda5815d4200e991acf5907571c9ccac3fe1c55 /src/dirax.c | |
parent | 00de16a88792c66f04b0aeba7bee800f65beab88 (diff) |
Use per-thread xfel.drx files
Diffstat (limited to 'src/dirax.c')
-rw-r--r-- | src/dirax.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dirax.c b/src/dirax.c index 1f1f769f..0930f8f9 100644 --- a/src/dirax.c +++ b/src/dirax.c @@ -190,7 +190,8 @@ static void dirax_send_next(struct image *image) break; case 2 : - dirax_sendline("read xfel.drx\n", image); + snprintf(tmp, 31, "read xfel-%i.drx\n", image->id); + dirax_sendline(tmp, image); break; case 3 : |