info-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Info-xnee] about request id in xrec_data->req.id


From: sridhar
Subject: [Info-xnee] about request id in xrec_data->req.id
Date: Thu, 8 May 2008 17:56:48 +0530

Hello friend,
now iam exactly getting the working of xnee,
consider the following function : --

void  xnee_human_print_request (xnee_data *xd, XRecordInterceptData *xrecintd )
{
  XRecordDatum *xrec_data;
  int           req_type ;
  xrec_data = (XRecordDatum *) (xrecintd->data) ;
  req_type  = (int) xrec_data->type ;
 
  (void)xd->data_fp (xd->out_file,"Request   %20s\t%.3d\t%lu\n",
             xnee_print_request(req_type),
             req_type,
             xrec_data->req.id    );

in this function xrec_data->req.id is unique isnt it ??
so dont we know from window id (client id ) it is generated, what data
structure i need to take there --????

}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]