aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2018-12-06 11:15:46 +0530
committerAndreas Schneider <asn@samba.org>2019-02-12 16:54:29 +0100
commit74e9e13c38eeda6b31a0bf971e03d2d79eb81681 (patch)
treed4e6eeca56cfd7e00944fc26cb0e28ed205f8ae6 /TODO
parentdd2f1b001de4a8e70f7c6fa52734b2a82bd2b566 (diff)
downloadsocket_wrapper-74e9e13c38eeda6b31a0bf971e03d2d79eb81681.tar.gz
socket_wrapper-74e9e13c38eeda6b31a0bf971e03d2d79eb81681.tar.xz
socket_wrapper-74e9e13c38eeda6b31a0bf971e03d2d79eb81681.zip
Remove thread-safety task from TODO
Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 147c166..4a851e6 100644
--- a/TODO
+++ b/TODO
@@ -10,7 +10,6 @@ Library:
---------
Goals:
-* Thread safety
* The proposed way ==> - fd-passing for tcp sockets (for free)
Approach:
- tdb "in small". So a "db file".
@@ -30,4 +29,3 @@ Testing:
* Add a test for sento() to broadcast 255.255.255.255.
* Add a test to check that read/readv/send/ only work on connected sockets.
* Add unit tests for conversion functions like convert_in_un_remote().
-* Add threaded tests.