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/dqdt.h

    r457 r485  
    117117 * @ returns the cluster identifier with the lowest computing load.
    118118 ***************************************************************************************/
    119 cxy_t dqdt_get_cluster_for_process();
     119cxy_t dqdt_get_cluster_for_process( void );
    120120
    121121/****************************************************************************************
     
    126126 * @ returns the cluster identifier with the lowest memory load.
    127127 ***************************************************************************************/
    128 cxy_t dqdt_get_cluster_for_memory();
     128cxy_t dqdt_get_cluster_for_memory( void );
    129129
    130130/****************************************************************************************
     
    133133 * running in any cluster
    134134 ***************************************************************************************/
    135 void dqdt_display();
     135void dqdt_display( void );
    136136
    137137
Note: See TracChangeset for help on using the changeset viewer.