You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by da...@apache.org on 2007/06/29 18:48:14 UTC

svn commit: r551952 - /apr/apr/trunk/include/apr_poll.h

Author: davi
Date: Fri Jun 29 09:48:14 2007
New Revision: 551952

URL: http://svn.apache.org/viewvc?view=rev&rev=551952
Log:
Note that APR_POLL_LASTDESC is deprecated. PR: 41348

Modified:
    apr/apr/trunk/include/apr_poll.h

Modified: apr/apr/trunk/include/apr_poll.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_poll.h?view=diff&rev=551952&r1=551951&r2=551952
==============================================================================
--- apr/apr/trunk/include/apr_poll.h (original)
+++ apr/apr/trunk/include/apr_poll.h Fri Jun 29 09:48:14 2007
@@ -62,7 +62,7 @@
     APR_NO_DESC,                /**< nothing here */
     APR_POLL_SOCKET,            /**< descriptor refers to a socket */
     APR_POLL_FILE,              /**< descriptor refers to a file */
-    APR_POLL_LASTDESC           /**< descriptor is the last one in the list */
+    APR_POLL_LASTDESC           /**< @deprecated descriptor is the last one in the list */
 } apr_datatype_e ;
 
 /** Union of either an APR file or socket. */