summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-10-24 00:11:18 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2009-11-28 16:33:07 -0600
commite161c51f14b5b5123dacac447d1697134ee4eadb (patch)
tree1786859fd4669dd82ba2340288eaeba061931495 /.gitignore
parenta958ae735e2ba5379a5be09c16bebb559246f6f1 (diff)
downloadglibmm-e161c51f14b5b5123dacac447d1697134ee4eadb.tar.gz
Re-enable network IO stuff (Socket, Resolver, etc)
There is a bit of a problem with some of the async stuff that is exhibited by the included resolver example. For example, when run the example with the following arguments: ./resolver -c domain.com There are several critical warnings printed to the terminal, and I have not been able to debug it to find the cause yet. I think it must have something to with the lifetime of the enumerator object during the next_async() calls and sigc::bind, etc. but I can't figure it out yet.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9a0f053d..67b7ccd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,7 +63,7 @@ giommconfig.h
/examples/thread/dispatcher2
/examples/thread/thread
/examples/thread/threadpool
-/examples/network_io/resolve
+/examples/network/resolver
# gio/
/gio/giomm-*.pc