Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

backend.h

  • Henrik (Grubba) Grubbström's avatar
    02428ce0
    The global variable next_timeout is no more. It has been replaced by a backend-specific variable. · 02428ce0
    Henrik (Grubba) Grubbström authored
    Added backend_lower_timeout() for accessing the new variable.
    This fixes issues GTK, GTK2 and sendfile had with the new backend implementation.
    
    NOTE!
    NOTE! Changed the argument for backend callbacks!
    NOTE!
    NOTE! The argument is now a struct Backend_struct * when called at entry (was NULL).
    NOTE! The argument is now NULL when called at exit (was 1).
    NOTE!
    
    Thanks to Artur Skawina <lis-t.200.7@src.neostrada.pl> for investigating the problem.
    
    Rev: src/backend.cmod:1.203
    Rev: src/backend.h:1.38
    Rev: src/modules/files/sendfile.c:1.76
    Rev: src/post_modules/GTK/source/global.pre:1.34
    Rev: src/post_modules/GTK2/source/global.pre:1.15
    02428ce0
    History
    The global variable next_timeout is no more. It has been replaced by a backend-specific variable.
    Henrik (Grubba) Grubbström authored
    Added backend_lower_timeout() for accessing the new variable.
    This fixes issues GTK, GTK2 and sendfile had with the new backend implementation.
    
    NOTE!
    NOTE! Changed the argument for backend callbacks!
    NOTE!
    NOTE! The argument is now a struct Backend_struct * when called at entry (was NULL).
    NOTE! The argument is now NULL when called at exit (was 1).
    NOTE!
    
    Thanks to Artur Skawina <lis-t.200.7@src.neostrada.pl> for investigating the problem.
    
    Rev: src/backend.cmod:1.203
    Rev: src/backend.h:1.38
    Rev: src/modules/files/sendfile.c:1.76
    Rev: src/post_modules/GTK/source/global.pre:1.34
    Rev: src/post_modules/GTK2/source/global.pre:1.15