Unified burn_file_source and burn_fd_source

This commit is contained in:
2007-01-26 17:32:31 +00:00
parent f5a350f2cc
commit 55e6c0ba82
3 changed files with 11 additions and 82 deletions

View File

@@ -3,11 +3,6 @@
#ifndef BURN__FILE_H
#define BURN__FILE_H
/* ts A70125 :
Looks like burn_source_file and burn_source_fd become identical because
of the need to set a fixed_size of at least 600 kB.
I will try to unify both classes.
*/
struct burn_source_file
{
int datafd;
@@ -16,13 +11,7 @@ struct burn_source_file
};
/* ------ provisory location for the new source subclass fd --------- */
/* ts A70126 : burn_source_file obsoleted burn_source_fd */
struct burn_source_fd
{
int datafd;
int subfd;
off_t fixed_size;
};
#endif /* LIBBURN__FILE_H */