Ignore:
Timestamp:
Aug 21, 2018, 9:52:57 PM (6 years ago)
Author:
viala@…
Message:

[kern] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/cluster.h

    r457 r485  
    301301 * This function returns the core local index that has the lowest usage in local cluster.
    302302 *****************************************************************************************/
    303 lid_t cluster_select_local_core();
     303lid_t cluster_select_local_core( void );
    304304
    305305#endif  /* _CLUSTER_H_ */
Note: See TracChangeset for help on using the changeset viewer.