aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-11 02:12:55 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-11 02:12:55 +1000
commit0a4b983afa4137da9392b2bb198a02f6d1df38f7 (patch)
tree95665607a674516da39f418fac0c983658a65221 /env_universal_common.h
parentb6e7133ba6bd965efee507e1c5843dba8f9ab540 (diff)
Multiple portability fixes
darcs-hash:20051010161255-ac50b-e732f18c1dfa610e34b56bb4ff1a3d4d2ef078a1.gz
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index bec9c93d..0832097c 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -61,7 +61,7 @@ typedef struct connection
/**
Queue of onsent messages
*/
- queue_t unsent;
+ dyn_queue_t unsent;
/**
Set to one when this connection should be killed
*/