Ignore:
Timestamp:
Oct 8, 2018, 11:31:42 AM (6 years ago)
Author:
alain
Message:

1) Register the kernel process in the cluster manager local list.
2) Introduce a new service in idbg : display the set of busylocks taken by a given thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/libalmosmkh/almosmkh.h

    r478 r580  
    101101
    102102/***************************************************************************************
    103  * This function returns a positive integer fom the standard "stdin" stream.
     103 * This function returns an unsigned 32 bits integer from the standard "stdin" stream.
     104 * Both decimal numbers and hexadecimal numbers (prefixed by 0x) are supported.
    104105 ***************************************************************************************
    105106 * returns the integer value if success / returns -1 if failure.
    106107 **************************************************************************************/
    107 int getint( void );
     108unsigned int getint32( void );
    108109
    109110
Note: See TracChangeset for help on using the changeset viewer.