Changeset c544c5d in mainline for uspace/srv/rd/rd.h


Ignore:
Timestamp:
2008-08-08T14:31:05Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12fc042
Parents:
a61d1fc3
Message:

Stop using fixed size BLOCK_SIZE in the ramdisk task and allow each client to negotiate its own
maximum block size. Allow the individual transfers to use block sizes smaller and equal to the
negotiated maximum block size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/rd/rd.h

    ra61d1fc3 rc544c5d  
    4444#define RD_RD_H_
    4545
    46 #define BLOCK_SIZE      1024    /**< Working block size */
    47 
    4846#define RD_BASE         1024
    4947#define RD_READ_BLOCK   (RD_BASE + 1)   /**< Method for reading block. */
Note: See TracChangeset for help on using the changeset viewer.