Changeset 561 for trunk/kernel/kern/cluster.h
- Timestamp:
- Sep 21, 2018, 10:26:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/cluster.h
r557 r561 176 176 error_t cluster_init( boot_info_t * info ); 177 177 178 /****************************************************************************************** 179 * This function randomly selects a cluster. 180 ****************************************************************************************** 181 * @ returns the selected cluster identifier. 182 *****************************************************************************************/ 183 cxy_t cluster_random_select( void ); 184 178 185 /****************************************************************************************** 179 186 * This function checks the validity of a cluster identifier.
Note: See TracChangeset
for help on using the changeset viewer.