Author: rhs
Date: Sun Mar 11 23:20:46 2012
New Revision: 1299484
URL: http://svn.apache.org/viewvc?rev=1299484&view=rev
Log:
struct rename
Modified:
qpid/proton/proton-c/include/proton/driver.h
qpid/proton/proton-c/src/driver.c
Modified: qpid/proton/proton-c/include/proton/driver.h
URL:
http://svn.apache.org/viewvc/qpid/proton/proton-c/include/proton/driver.h?rev=1299484&r1=1299483&r2=1299484&view=diff
==============================================================================
--- qpid/proton/proton-c/include/proton/driver.h (original)
+++ qpid/proton/proton-c/include/proton/driver.h Sun Mar 11 23:20:46 2012
@@ -26,7 +26,7 @@
#include <stdlib.h>
typedef struct pn_driver_t pn_driver_t;
-typedef struct pn_selectable_st pn_selectable_t;
+typedef struct pn_selectable_t pn_selectable_t;
#define PN_SEL_RD (0x0001)
#define PN_SEL_WR (0x0002)
Modified: qpid/proton/proton-c/src/driver.c
URL:
http://svn.apache.org/viewvc/qpid/proton/proton-c/src/driver.c?rev=1299484&r1=1299483&r2=1299484&view=diff
==============================================================================
--- qpid/proton/proton-c/src/driver.c (original)
+++ qpid/proton/proton-c/src/driver.c Sun Mar 11 23:20:46 2012
@@ -44,7 +44,7 @@ struct pn_driver_t {
bool stopping;
};
-struct pn_selectable_st {
+struct pn_selectable_t {
pn_driver_t *driver;
pn_selectable_t *next;
pn_selectable_t *prev;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]