Revision: 56311
          http://sourceforge.net/p/brlcad/code/56311
Author:   mohitdaga
Date:     2013-07-29 20:29:29 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
Included a note for icv_image_writeline. This cautions the api caller not to 
call icv_image_writeline by acquiring BU_SEM_SYSCALL seamaphore.

Modified Paths:
--------------
    brlcad/trunk/include/icv.h

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-07-29 20:12:50 UTC (rev 56310)
+++ brlcad/trunk/include/icv.h  2013-07-29 20:29:29 UTC (rev 56311)
@@ -145,6 +145,10 @@
 
 /**
  * Write an image line to the data of ICV struct. Can handle unsinged char 
buffers.
+ *
+ * Note : This function require memory allocation for ICV_UCHAR_DATA, which 
inturn aquires 
+ * BU_SEM_SYSCALL semaphore.   
+ *
  * @param bif ICV struct where data is to be written
  * @param y Index of the line at which data is to be written. 0 for the first 
line
  * @data Line Data to be written

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to