Re: [Libcg-devel] Query regarding error handling

2011-11-15 Thread Balbir Singh
On Thu, Nov 10, 2011 at 11:39 PM, Vivek Goyal wrote: > On Thu, Nov 10, 2011 at 11:24:45PM +0530, Dhaval Giani wrote: >> On Thu, Nov 10, 2011 at 10:15 PM, Vivek Goyal wrote: >> > Hi, >> > >> > I had few questions about error handling in libcg. >> > >> > - Do we have error strings associated with e

Re: [Libcg-devel] Query regarding error handling

2011-11-10 Thread Vivek Goyal
On Thu, Nov 10, 2011 at 11:24:45PM +0530, Dhaval Giani wrote: > On Thu, Nov 10, 2011 at 10:15 PM, Vivek Goyal wrote: > > Hi, > > > > I had few questions about error handling in libcg. > > > > - Do we have error strings associated with error codes (other libraries > >  like glibc, glib2 do have). >

Re: [Libcg-devel] Query regarding error handling

2011-11-10 Thread Dhaval Giani
On Thu, Nov 10, 2011 at 10:15 PM, Vivek Goyal wrote: > Hi, > > I had few questions about error handling in libcg. > > - Do we have error strings associated with error codes (other libraries >  like glibc, glib2 do have). > > - What is error ECGSENTINEL. Comment says that new error codes should >  

[Libcg-devel] Query regarding error handling

2011-11-10 Thread Vivek Goyal
Hi, I had few questions about error handling in libcg. - Do we have error strings associated with error codes (other libraries like glibc, glib2 do have). - What is error ECGSENTINEL. Comment says that new error codes should go above it but I see error codes below it too. - Is ECGOTHER a go