Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/include/serverid.h

    r745 r751  
    2222
    2323#include "includes.h"
     24
     25/** Don't verify this unique id */
     26#define SERVERID_UNIQUE_ID_NOT_TO_VERIFY 0xFFFFFFFFFFFFFFFFULL
    2427
    2528/*
     
    6568bool serverid_parent_init(TALLOC_CTX *mem_ctx);
    6669
     70/*
     71 * Get a random unique_id and make sure that it is not
     72 * SERVERID_UNIQUE_ID_NOT_TO_VERIFY
     73 */
     74uint64_t serverid_get_random_unique_id(void);
     75
    6776#endif
Note: See TracChangeset for help on using the changeset viewer.