Print this page
5042 stop using deprecated atomic functions

*** 103,114 **** kstat_t *ah_ksp; ah_kstats_t *ah_kstats; /* * Keysock instance of AH. There can be only one per stack instance. ! * Use casptr() on this because I don't set it until KEYSOCK_HELLO ! * comes down. * Paired up with the ah_pfkey_q is the ah_event, which will age SAs. */ queue_t *ah_pfkey_q; timeout_id_t ah_event; }; --- 103,114 ---- kstat_t *ah_ksp; ah_kstats_t *ah_kstats; /* * Keysock instance of AH. There can be only one per stack instance. ! * Use atomic_cas_ptr() on this because I don't set it until ! * KEYSOCK_HELLO comes down. * Paired up with the ah_pfkey_q is the ah_event, which will age SAs. */ queue_t *ah_pfkey_q; timeout_id_t ah_event; };