Unified burn_file_source and burn_fd_source
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user