Changeset 513 for trunk


Ignore:
Timestamp:
Aug 26, 2018, 6:18:10 PM (6 years ago)
Author:
viala@…
Message:

[mm/mapper] Fix prototype of mapper_create.

Add some doc in interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/mapper.h

    r503 r513  
    103103 * It must be executed by a thread running in the cluster containing the mapper.
    104104 *******************************************************************************************
    105  * @ return pointer on created mapper if success / return NULL if no memory
     105 * @ type   : type of the mapper to create.
     106 * @ return : pointer on created mapper if success / return NULL if no memory
    106107 ******************************************************************************************/
    107 mapper_t * mapper_create( void );
     108mapper_t * mapper_create( vfs_fs_type_t type );
    108109
    109110/*******************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.