struct GDS {
/*
 * This structure describes the GDS variable
 */
unsigned int c_ind : 1;
unsigned int lt    : 15;
unsigned int id;
}
