From commits-return-45919-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Mon Jul 2 16:27:34 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C187418067B for ; Mon, 2 Jul 2018 16:27:31 +0200 (CEST) Received: (qmail 3581 invoked by uid 500); 2 Jul 2018 14:27:30 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 3558 invoked by uid 99); 2 Jul 2018 14:27:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2018 14:27:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6C261E09E9; Mon, 2 Jul 2018 14:27:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robbie@apache.org To: commits@qpid.apache.org Date: Mon, 02 Jul 2018 14:27:32 -0000 Message-Id: <75e47f8c43134ffdaeb4cbdf0af540c6@git.apache.org> In-Reply-To: <41b92f51deb445debdd8ef240b8595bd@git.apache.org> References: <41b92f51deb445debdd8ef240b8595bd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/51] [partial] qpid-site git commit: tidy out some site content for the oldest releases http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.html b/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.html deleted file mode 100644 index 81436b0..0000000 --- a/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - -Qpid Dispatch Library API: qd_server_config_t Struct Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
Qpid Dispatch Library API -  0.3 -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
qd_server_config_t Struct Reference
-
-
- -

#include <server.h>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

char * host
 
char * port
 
char * sasl_mechanisms
 
char * sasl_username
 
char * sasl_password
 
int sasl_minssf
 
int sasl_maxssf
 
int ssl_enabled
 
int ssl_server
 
int ssl_allow_unsecured_client
 
int allow_no_sasl
 
char * ssl_certificate_file
 
char * ssl_private_key_file
 
char * ssl_password
 
char * ssl_trusted_certificate_db
 
char * ssl_trusted_certificates
 
int ssl_require_peer_authentication
 
int allow_redirect
 
char * role
 
uint32_t max_frame_size
 
-

Detailed Description

-

Configuration block for a connector or a listener.

-

Member Data Documentation

- -
-
- - - - -
int qd_server_config_t::allow_no_sasl
-
-

Iff non-zero, this listener will allow clients to connect even if they skip the SASL authentication protocol.

- -
-
- -
-
- - - - -
int qd_server_config_t::allow_redirect
-
-

Allow the connection to be redirected by the peer (via CLOSE->Redirect). This is meaningful for outgoing (connector) connections only.

- -
-
- -
-
- - - - -
char* qd_server_config_t::host
-
-

Host name or network address to bind to a listener or use in the connector.

- -
-
- -
-
- - - - -
uint32_t qd_server_config_t::max_frame_size
-
-

The maximum size of an AMQP frame in octets.

- -
-
- -
-
- - - - -
char* qd_server_config_t::port
-
-

Port name or number to bind to a listener or use in the connector.

- -
-
- -
-
- - - - -
char* qd_server_config_t::role
-
-

The specified role of the connection. This can be used to control the behavior and capabilities of the connections.

- -
-
- -
-
- - - - -
int qd_server_config_t::sasl_maxssf
-
-

If appropriate for the mechanism, the maximum acceptable security strength factor

- -
-
- -
-
- - - - -
char* qd_server_config_t::sasl_mechanisms
-
-

Space-separated list of SASL mechanisms to be accepted for the connection.

- -
-
- -
-
- - - - -
int qd_server_config_t::sasl_minssf
-
-

If appropriate for the mechanism, the minimum acceptable security strength factor

- -
-
- -
-
- - - - -
char* qd_server_config_t::sasl_password
-
-

If appropriate for the mechanism, the password for authentication (connector only)

- -
-
- -
-
- - - - -
char* qd_server_config_t::sasl_username
-
-

If appropriate for the mechanism, the username for authentication (connector only)

- -
-
- -
-
- - - - -
int qd_server_config_t::ssl_allow_unsecured_client
-
-

Iff non-zero AND ssl_enabled is non-zero, this listener will detect the client's use of SSL or non-SSL and conform to the client's protocol. (listener only)

- -
-
- -
-
- - - - -
char* qd_server_config_t::ssl_certificate_file
-
-

Path to the file containing the PEM-formatted public certificate for the local end of the connection.

- -
-
- -
-
- - - - -
int qd_server_config_t::ssl_enabled
-
-

SSL is enabled for this connection iff non-zero.

- -
-
- -
-
- - - - -
char* qd_server_config_t::ssl_password
-
-

The password used to sign the private key, or NULL if the key is not protected.

- -
-
- -
-
- - - - -
char* qd_server_config_t::ssl_private_key_file
-
-

Path to the file containing the PEM-formatted private key for the local end of the connection.

- -
-
- -
-
- - - - -
int qd_server_config_t::ssl_require_peer_authentication
-
-

Iff non-zero, require that the peer's certificate be supplied and that it be authentic according to the set of trusted CAs.

- -
-
- -
-
- - - - -
int qd_server_config_t::ssl_server
-
-

Connection will take on the role of SSL server iff non-zero.

- -
-
- -
-
- - - - -
char* qd_server_config_t::ssl_trusted_certificate_db
-
-

Path to the file containing the PEM-formatted set of certificates of trusted CAs.

- -
-
- -
-
- - - - -
char* qd_server_config_t::ssl_trusted_certificates
-
-

Path to an optional file containing the PEM-formatted set of certificates of trusted CAs for a particular connection/listener. This must be a subset of the set of certificates in the ssl_trusted_certificate_db. If this is left NULL, the entire set within the db will be used.

- -
-
-
The documentation for this struct was generated from the following file: -
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.js b/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.js deleted file mode 100644 index 6d26ac8..0000000 --- a/content/releases/qpid-dispatch-0.3/api/structqd__server__config__t.js +++ /dev/null @@ -1,23 +0,0 @@ -var structqd__server__config__t = -[ - [ "allow_no_sasl", "structqd__server__config__t.html#aa0e7cea7d72ffa66747c11f0e8ea4284", null ], - [ "allow_redirect", "structqd__server__config__t.html#a4ad78634be375e1ae3d4f1d46fe87db8", null ], - [ "host", "structqd__server__config__t.html#a0d6a7f92cdbcfc12c32e7e0a5b14a717", null ], - [ "max_frame_size", "structqd__server__config__t.html#a29e5967718878325184e9b05504a30ba", null ], - [ "port", "structqd__server__config__t.html#a1864e6754c35aacb104683772ae15886", null ], - [ "role", "structqd__server__config__t.html#a9c644c021f0873cb1b625d4dd38cd32f", null ], - [ "sasl_maxssf", "structqd__server__config__t.html#a42ee62f5e475686c953256a89ec86874", null ], - [ "sasl_mechanisms", "structqd__server__config__t.html#a472635940f59c08ffed94ae84fd132d2", null ], - [ "sasl_minssf", "structqd__server__config__t.html#a11ec26cf279f3ab0d63e24a1ed46115a", null ], - [ "sasl_password", "structqd__server__config__t.html#a71206ea5155034117058b290c6ee6a45", null ], - [ "sasl_username", "structqd__server__config__t.html#ac297f12b6f4d83e32811ed4988bf4754", null ], - [ "ssl_allow_unsecured_client", "structqd__server__config__t.html#aefbe71d2d544319249507c7f3a460ae7", null ], - [ "ssl_certificate_file", "structqd__server__config__t.html#ae90080060c778b98e1321284f890d763", null ], - [ "ssl_enabled", "structqd__server__config__t.html#ac0a6a1acaba3942143c55fc11d0e8f0d", null ], - [ "ssl_password", "structqd__server__config__t.html#adb620ebdae33c5147c1277cf7a9ffa33", null ], - [ "ssl_private_key_file", "structqd__server__config__t.html#a9cfd6bc0240a3646fa8e28e5fb9f6227", null ], - [ "ssl_require_peer_authentication", "structqd__server__config__t.html#ab3d8f17f6aee630ac4693275b028c1c6", null ], - [ "ssl_server", "structqd__server__config__t.html#a296e37b46e8bdc62ac9d8bd5d03b0c62", null ], - [ "ssl_trusted_certificate_db", "structqd__server__config__t.html#aeb088a79cf79981c7ada7018e7b49c83", null ], - [ "ssl_trusted_certificates", "structqd__server__config__t.html#ab145985f715f9d0e5f2d2c167aaab613", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/sync_off.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/sync_off.png b/content/releases/qpid-dispatch-0.3/api/sync_off.png deleted file mode 100644 index 3b443fc..0000000 Binary files a/content/releases/qpid-dispatch-0.3/api/sync_off.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/sync_on.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/sync_on.png b/content/releases/qpid-dispatch-0.3/api/sync_on.png deleted file mode 100644 index e08320f..0000000 Binary files a/content/releases/qpid-dispatch-0.3/api/sync_on.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/tab_a.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/tab_a.png b/content/releases/qpid-dispatch-0.3/api/tab_a.png deleted file mode 100644 index 3b725c4..0000000 Binary files a/content/releases/qpid-dispatch-0.3/api/tab_a.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/tab_b.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/tab_b.png b/content/releases/qpid-dispatch-0.3/api/tab_b.png deleted file mode 100644 index e2b4a86..0000000 Binary files a/content/releases/qpid-dispatch-0.3/api/tab_b.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/tab_h.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/tab_h.png b/content/releases/qpid-dispatch-0.3/api/tab_h.png deleted file mode 100644 index fd5cb70..0000000 Binary files a/content/releases/qpid-dispatch-0.3/api/tab_h.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/tab_s.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/tab_s.png b/content/releases/qpid-dispatch-0.3/api/tab_s.png deleted file mode 100644 index ab478c9..0000000 Binary files a/content/releases/qpid-dispatch-0.3/api/tab_s.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/tabs.css ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/tabs.css b/content/releases/qpid-dispatch-0.3/api/tabs.css deleted file mode 100644 index 9cf578f..0000000 --- a/content/releases/qpid-dispatch-0.3/api/tabs.css +++ /dev/null @@ -1,60 +0,0 @@ -.tabs, .tabs2, .tabs3 { - background-image: url('tab_b.png'); - width: 100%; - z-index: 101; - font-size: 13px; - font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; -} - -.tabs2 { - font-size: 10px; -} -.tabs3 { - font-size: 9px; -} - -.tablist { - margin: 0; - padding: 0; - display: table; -} - -.tablist li { - float: left; - display: table-cell; - background-image: url('tab_b.png'); - line-height: 36px; - list-style: none; -} - -.tablist a { - display: block; - padding: 0 20px; - font-weight: bold; - background-image:url('tab_s.png'); - background-repeat:no-repeat; - background-position:right; - color: #283A5D; - text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); - text-decoration: none; - outline: none; -} - -.tabs3 .tablist a { - padding: 0 10px; -} - -.tablist a:hover { - background-image: url('tab_h.png'); - background-repeat:repeat-x; - color: #fff; - text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); - text-decoration: none; -} - -.tablist li.current a { - background-image: url('tab_a.png'); - background-repeat:repeat-x; - color: #fff; - text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); -} http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/threading_8h.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/threading_8h.html b/content/releases/qpid-dispatch-0.3/api/threading_8h.html deleted file mode 100644 index 808796e..0000000 --- a/content/releases/qpid-dispatch-0.3/api/threading_8h.html +++ /dev/null @@ -1,548 +0,0 @@ - - - - - - -Qpid Dispatch Library API: qpid/dispatch/threading.h File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
Qpid Dispatch Library API -  0.3 -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
threading.h File Reference
-
-
-
-This graph shows which files directly or indirectly include this file:
-
-
- - -
-
-

Go to the source code of this file.

- - - - - - - - - - -

-Typedefs

typedef struct sys_mutex_t sys_mutex_t
 
typedef struct sys_cond_t sys_cond_t
 
typedef struct sys_rwlock_t sys_rwlock_t
 
typedef struct sys_thread_t sys_thread_t
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

sys_mutex_tsys_mutex (void)
 
void sys_mutex_free (sys_mutex_t *mutex)
 
void sys_mutex_lock (sys_mutex_t *mutex)
 
void sys_mutex_unlock (sys_mutex_t *mutex)
 
sys_cond_tsys_cond (void)
 
void sys_cond_free (sys_cond_t *cond)
 
void sys_cond_wait (sys_cond_t *cond, sys_mutex_t *held_mutex)
 
void sys_cond_signal (sys_cond_t *cond)
 
void sys_cond_signal_all (sys_cond_t *cond)
 
sys_rwlock_tsys_rwlock (void)
 
void sys_rwlock_free (sys_rwlock_t *lock)
 
void sys_rwlock_wrlock (sys_rwlock_t *lock)
 
void sys_rwlock_rdlock (sys_rwlock_t *lock)
 
void sys_rwlock_unlock (sys_rwlock_t *lock)
 
sys_thread_tsys_thread (void *(*run_function)(void *), void *arg)
 
void sys_thread_free (sys_thread_t *thread)
 
void sys_thread_join (sys_thread_t *thread)
 
long sys_thread_id (sys_thread_t *thread)
 
long sys_thread_self ()
 
-

Detailed Description

-

Portable threading and locking API.

-

Typedef Documentation

- -
-
- - - - -
typedef struct sys_cond_t sys_cond_t
-
- -
-
- -
-
- - - - -
typedef struct sys_mutex_t sys_mutex_t
-
- -
-
- -
-
- - - - -
typedef struct sys_rwlock_t sys_rwlock_t
-
- -
-
- -
-
- - - - -
typedef struct sys_thread_t sys_thread_t
-
- -
-
-

Function Documentation

- -
-
- - - - - - - - -
sys_cond_t* sys_cond (void )
-
- -
-
- -
-
- - - - - - - - -
void sys_cond_free (sys_cond_tcond)
-
- -
-
- -
-
- - - - - - - - -
void sys_cond_signal (sys_cond_tcond)
-
- -
-
- -
-
- - - - - - - - -
void sys_cond_signal_all (sys_cond_tcond)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void sys_cond_wait (sys_cond_tcond,
sys_mutex_theld_mutex 
)
-
- -
-
- -
-
- - - - - - - - -
sys_mutex_t* sys_mutex (void )
-
- -
-
- -
-
- - - - - - - - -
void sys_mutex_free (sys_mutex_tmutex)
-
- -
-
- -
-
- - - - - - - - -
void sys_mutex_lock (sys_mutex_tmutex)
-
- -
-
- -
-
- - - - - - - - -
void sys_mutex_unlock (sys_mutex_tmutex)
-
- -
-
- -
-
- - - - - - - - -
sys_rwlock_t* sys_rwlock (void )
-
- -
-
- -
-
- - - - - - - - -
void sys_rwlock_free (sys_rwlock_tlock)
-
- -
-
- -
-
- - - - - - - - -
void sys_rwlock_rdlock (sys_rwlock_tlock)
-
- -
-
- -
-
- - - - - - - - -
void sys_rwlock_unlock (sys_rwlock_tlock)
-
- -
-
- -
-
- - - - - - - - -
void sys_rwlock_wrlock (sys_rwlock_tlock)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
sys_thread_t* sys_thread (void *(*)(void *) run_function,
void * arg 
)
-
- -
-
- -
-
- - - - - - - - -
void sys_thread_free (sys_thread_tthread)
-
- -
-
- -
-
- - - - - - - - -
long sys_thread_id (sys_thread_tthread)
-
-

Return the OS identifier for this thread

- -
-
- -
-
- - - - - - - - -
void sys_thread_join (sys_thread_tthread)
-
- -
-
- -
-
- - - - - - - -
long sys_thread_self ()
-
-

Return the OS identifier for the current thread

- -
-
-
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/threading_8h.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/threading_8h.js b/content/releases/qpid-dispatch-0.3/api/threading_8h.js deleted file mode 100644 index 2247b97..0000000 --- a/content/releases/qpid-dispatch-0.3/api/threading_8h.js +++ /dev/null @@ -1,26 +0,0 @@ -var threading_8h = -[ - [ "sys_cond_t", "threading_8h.html#accec433c4b8bde9a16d341a6b875dc53", null ], - [ "sys_mutex_t", "threading_8h.html#aa686e62bfd36265dab5b9f8de2de3abe", null ], - [ "sys_rwlock_t", "threading_8h.html#a6d7ee4b35feccc709399529bd4889a0c", null ], - [ "sys_thread_t", "threading_8h.html#a7859e720be87e4558a714448dc887da0", null ], - [ "sys_cond", "threading_8h.html#af2744d43a4f9a2b6b863e72dfc6dafb8", null ], - [ "sys_cond_free", "threading_8h.html#a929e4736057260d0dae0b6643d8a8270", null ], - [ "sys_cond_signal", "threading_8h.html#a13380c0285c0167c04557d25fa42fabf", null ], - [ "sys_cond_signal_all", "threading_8h.html#adc82cae5c801bfa763868495e51ab479", null ], - [ "sys_cond_wait", "threading_8h.html#ac770e315b131130f67a659020f3e169e", null ], - [ "sys_mutex", "threading_8h.html#a11b1f7d9a32f7fed20dc6a79d4f52411", null ], - [ "sys_mutex_free", "threading_8h.html#a16336ce68b741e98204102ca4bc84dd9", null ], - [ "sys_mutex_lock", "threading_8h.html#a4d4eb9afe5965fa2661dd54ff55d616a", null ], - [ "sys_mutex_unlock", "threading_8h.html#a5568f68898fe9d5735f9ce2f665624fb", null ], - [ "sys_rwlock", "threading_8h.html#adbe5a8835211e2d2aa157add98982470", null ], - [ "sys_rwlock_free", "threading_8h.html#aba76f313525972aa81a95b7f38c10164", null ], - [ "sys_rwlock_rdlock", "threading_8h.html#abdf9a939d3a0aabdcf16eef11bd4eeda", null ], - [ "sys_rwlock_unlock", "threading_8h.html#a0d0f5de38e98127cffc1d1fd6e27ce9b", null ], - [ "sys_rwlock_wrlock", "threading_8h.html#a9113e4be0ba169a07baa974a6ae35620", null ], - [ "sys_thread", "threading_8h.html#a848afac5a5f377c5af3bbbd0af5db22a", null ], - [ "sys_thread_free", "threading_8h.html#a63f70415b54648d8be25abd6edd13a89", null ], - [ "sys_thread_id", "threading_8h.html#a48be470f1e0ae8d00344d03d98c2c8f2", null ], - [ "sys_thread_join", "threading_8h.html#a12f4345ac328222411f108c4f0d03c7b", null ], - [ "sys_thread_self", "threading_8h.html#ac84f648ae9763650ab99ad4068c0880b", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.map ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.map b/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.map deleted file mode 100644 index a06fd24..0000000 --- a/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.md5 ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.md5 b/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.md5 deleted file mode 100644 index 8ec605d..0000000 --- a/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -a534db6a10e7af316319a35ade4e16a2 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/fb1899b6/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.png b/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.png deleted file mode 100644 index e3ab7ba..0000000 Binary files a/content/releases/qpid-dispatch-0.3/api/threading_8h__dep__incl.png and /dev/null differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org