Print this page
1575 untangle libmlrpc ... (smbsrv)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/ndl/eventlog.ndl
          +++ new/usr/src/uts/common/smbsrv/ndl/eventlog.ndl
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   26   */
  25   27  
  26   28  #ifndef _MLSVC_LOGR_NDL_
  27   29  #define _MLSVC_LOGR_NDL_
  28   30  
  29   31  /*
  30   32   ***********************************************************************
  31   33   *
  32   34   * Event log RPC (EVENTLOG) interface definition.
  33   35   *
  34   36   ***********************************************************************
  35   37   */
  36   38  
  37      -#include "ndrtypes.ndl"
       39 +#include <libmlrpc/ndrtypes.ndl>
  38   40  
  39   41  #define LOGR_OPNUM_EventLogClose                0x02
  40   42  #define LOGR_OPNUM_EventLogQueryCount           0x04
  41   43  #define LOGR_OPNUM_EventLogGetOldestRec         0x05
  42   44  #define LOGR_OPNUM_EventLogOpen                 0x07
  43   45  #define LOGR_OPNUM_EventLogRead                 0x0A
  44   46  
  45   47  #define LOGR_MAXENTRYLEN                        800
  46   48  
  47   49  
↓ open down ↓ 118 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX