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

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/serverid.h

    r740 r746  
    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.