The branch, master has been updated
       via  acfa107 s3:smbd/globals.h: remove unused pollfd pointer
      from  c9d3807 selftest.py: Use testtools TestCase class.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit acfa107ec64ceb6bf3a28df14585cfb0ccc79f41
Author: Stefan Metzmacher <[email protected]>
Date:   Sat Mar 3 05:38:46 2012 +0100

    s3:smbd/globals.h: remove unused pollfd pointer
    
    metze
    
    Autobuild-User: Stefan Metzmacher <[email protected]>
    Autobuild-Date: Sun Mar  4 23:18:10 CET 2012 on sn-devel-104

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

Summary of changes:
 source3/smbd/globals.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 9a5823d..0c4b3b7 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -452,12 +452,6 @@ struct smbd_server_connection {
        bool using_smb2;
        int trans_num;
 
-       /*
-        * Cache for calling poll(2) to avoid allocations in our
-        * central event loop
-        */
-       struct pollfd *pfds;
-
        struct files_struct *files;
        struct bitmap *file_bmap;
        int real_max_open_files;


-- 
Samba Shared Repository

Reply via email to