Ignore:
Timestamp:
Apr 9, 2010, 3:20:58 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5.x: update to 3.5.2

Location:
vendor/current/source3/librpc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/librpc/gen_ndr/messaging.h

    r414 r427  
    6363        MSG_WINBIND_DUMP_DOMAIN_LIST=(int)(0x0409),
    6464        MSG_DUMP_EVENT_LIST=(int)(0x0500),
    65         MSG_DBWRAP_TDB2_CHANGES=(int)(4001)
     65        MSG_DBWRAP_TDB2_CHANGES=(int)(4001),
     66        MSG_DBWRAP_G_LOCK_RETRY=(int)(4002)
    6667}
    6768#else
     
    119120#define MSG_DUMP_EVENT_LIST ( 0x0500 )
    120121#define MSG_DBWRAP_TDB2_CHANGES ( 4001 )
     122#define MSG_DBWRAP_G_LOCK_RETRY ( 4002 )
    121123#endif
    122124;
  • vendor/current/source3/librpc/gen_ndr/ndr_messaging.c

    r414 r427  
    7575                case MSG_DUMP_EVENT_LIST: val = "MSG_DUMP_EVENT_LIST"; break;
    7676                case MSG_DBWRAP_TDB2_CHANGES: val = "MSG_DBWRAP_TDB2_CHANGES"; break;
     77                case MSG_DBWRAP_G_LOCK_RETRY: val = "MSG_DBWRAP_G_LOCK_RETRY"; break;
    7778        }
    7879        ndr_print_enum(ndr, name, "ENUM", val, r);
  • vendor/current/source3/librpc/idl/messaging.idl

    r414 r427  
    8989
    9090                /* dbwrap messages 4001-4999 */
    91                 MSG_DBWRAP_TDB2_CHANGES         = 4001
     91                MSG_DBWRAP_TDB2_CHANGES         = 4001,
     92                MSG_DBWRAP_G_LOCK_RETRY         = 4002
    9293        } messaging_type;
    9394
Note: See TracChangeset for help on using the changeset viewer.