Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/smbd/process_single.c

    r414 r745  
    3030  called when the process model is selected
    3131*/
    32 static void single_model_init(struct tevent_context *ev)
     32static void single_model_init(void)
    3333{
    3434}
     
    5656
    5757                   We can only be here if woken up from select, due to
    58                    an incomming connection.
     58                   an incoming connection.
    5959
    6060                   We need to throttle things until the system clears
     
    7272        /* The cluster_id(0, fd) cannot collide with the incrementing
    7373         * task below, as the first component is 0, not 1 */
    74         new_conn(ev, lp_ctx, connected_socket, 
     74        new_conn(ev, lp_ctx, connected_socket,
    7575                 cluster_id(0, socket_get_fd(connected_socket)), private_data);
    7676}
     
    8080*/
    8181static void single_new_task(struct tevent_context *ev,
    82                             struct loadparm_context *lp_ctx, 
     82                            struct loadparm_context *lp_ctx,
    8383                            const char *service_name,
    8484                            void (*new_task)(struct tevent_context *, struct loadparm_context *, struct server_id, void *),
     
    9898
    9999/* called when a task goes down */
    100 static void single_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason) 
     100static void single_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason)
    101101{
    102         DEBUG(2,("single_terminate: reason[%s]\n",reason));
     102        DEBUG(3,("single_terminate: reason[%s]\n",reason));
    103103}
    104104
Note: See TracChangeset for help on using the changeset viewer.