1
1

- Add $HEADER$ (to be filled in later)

- s/bool_t/lam_bool_t/

This commit was SVN r73.
Этот коммит содержится в:
Jeff Squyres 2004-01-07 14:59:19 +00:00
родитель f9eae136e5
Коммит 4c28f281e9

Просмотреть файл

@ -1,4 +1,6 @@
/*
* $HEADER$
*
* Copyright 2002-2003. The Regents of the University of California. This material
* was produced under U.S. Government contract W-7405-ENG-36 for Los Alamos
* National Laboratory, which is operated by the University of California for
@ -119,9 +121,9 @@ int lam_frl_init_with(
int max_pages_per_list,
int max_consec_req_fail,
const char *description,
bool_t retry_for_more_resources,
lam_bool_t retry_for_more_resources,
lam_affinity_t *affinity,
bool_t enforce_affinity,
lam_bool_t enforce_affinity,
lam_mem_pool_t *mem_pool)
{
/* lam_frl_init must have been called prior to calling this function */