Cgrp
LCG Group file Thread-Safe inferface
- Provided by: liblcgdm-dev (Version: 1.8.10-1build3)
- Source: lcgdm
- Report a bug
LCG Group file Thread-Safe inferface
#include <Cgrp.h>
struct group *Cgetgrnam(char *name);
struct group *Cgetgrgid(gid_t gid);
If the Cthread interface is chosen and activated, the errors value are in the serrno variable.
Cgrp is a common Thread-Safe API interface to get entries in the group file vs. name or gid.
serrno, getgrnam, getgrgid
LCG Grid Deployment Team