gluster-devel
[Top][All Lists]
Advanced

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

[Gluster-devel] question on GF_ASSERT (0)


From: lancelotds
Subject: [Gluster-devel] question on GF_ASSERT (0)
Date: Tue, 31 Jul 2012 12:57:39 +0800 (CST)

hi, all
    I have a question when I was reading glusterfs source code. some code is like that:
       
       if (!xl) {
             GF_ASSERT (0);
       }
   why not just write  GF_ASSERT (xl); ?


Best wishes







reply via email to

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