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/service_stream.h

    r414 r745  
    2424#define __SERVICE_STREAM_H__
    2525
    26 #include "librpc/gen_ndr/server_id.h"
     26#include "librpc/gen_ndr/server_id4.h"
    2727
    2828/* modules can use the following to determine if the interface has changed
     
    5151        struct loadparm_context *lp_ctx;
    5252
     53        struct tstream_context *tstream;
     54        struct tsocket_address *local_address;
     55        struct tsocket_address *remote_address;
     56
    5357        /*
    5458         * this transport layer session info, normally NULL
     
    7175};
    7276
     77void stream_terminate_connection(struct stream_connection *srv_conn, const char *reason);
     78
    7379#endif /* __SERVICE_STREAM_H__ */
Note: See TracChangeset for help on using the changeset viewer.